Closed Flaurite closed 3 years ago
See EN support forum: topic
1) Make aggregation for the table, for instance:
<groupTable id="table" width="100%" aggregationStyle="BOTTOM" showTotalAggregation="false" aggregatable="true" dataContainer="data_container"> <actions> ... </actions> <columns> <column id="count"> <aggregation type="SUM"/> </column> ... </columns> <buttonsPanel> ... </buttonsPanel> </groupTable>
2) Set: aggregationStyle="BOTTOM" showTotalAggregation="false"
aggregationStyle="BOTTOM"
showTotalAggregation="false"
Environment
Description of the bug or enhancement
See EN support forum: topic
Minimal reproducible example
1) Make aggregation for the table, for instance:
2) Set:
aggregationStyle="BOTTOM"
showTotalAggregation="false"