offseat/gridfield-summary-row

Add a summary row to gridfields (incl. totals)

Maintainers

Package info

github.com/offseat/gridfield-summary-row

Type:silverstripe-vendormodule

pkg:composer/offseat/gridfield-summary-row

Statistics

Installs: 1 131

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.3 2024-01-31 02:42 UTC

This package is not auto-updated.

Last update: 2026-02-25 11:57:40 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');