mikeyc7m/gridfieldsummary

为带有总和与计数的网格字段添加页脚。

安装: 8

依赖项: 0

建议者: 0

安全: 0

星级: 0

关注者: 2

分支: 0

开放问题: 0

类型:silverstripe-vendormodule

dev-main 2023-12-17 00:26 UTC

This package is auto-updated.

Last update: 2024-09-17 02:09:26 UTC


README

为带有总和与计数的网格字段添加页脚。

用法

将其添加到您的网格字段配置中,在分页器之前。

$gridField->getConfig()->addComponent(new GridFieldSummaryFooter(), GridFieldPaginator::class);

备注

该摘要尝试对您的记录进行求和或计数,因此在应用于大型数据集时要小心 - 它可能会减慢您的系统。