offseat/gridfield-summary-row

Add a summary row to gridfields (incl. totals)

Installs: 619

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

0.0.3 2024-01-31 02:42 UTC

This package is not auto-updated.

Last update: 2025-01-15 06:46:33 UTC


README

Adds a row to the bottom of your gridfield that totals up all numeric values.

Usage

$config->addComponent(new GridFieldSummaryRow('footer', ['FileSize']), 'GridFieldPaginator');