Search by

offseat / gridfield-summary-row

vinstah

Add a summary row to gridfields (incl. totals)

Package info

github.com/offseat/gridfield-summary-row

Type:silverstripe-vendormodule

pkg:composer/offseat/gridfield-summary-row

Statistics

Installs: 1 267

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-09-09 14:30:42 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');