domino-ui icon indicating copy to clipboard operation
domino-ui copied to clipboard

Add feature to group rows with ability to show aggregate values

Open markposterone opened this issue 5 years ago • 1 comments

This feature should be able to group rows live (in the run time), end user should be able to choose any column and group rows by the content of that column. Grouped rows should have aggregation rows on the end of the group that can show aggregates of rows in the group (total cost of all items, average price etc). This is one of the examples of implementation: http://examples.sencha.com/gxt/examples/#ExamplePlace:grid_livegroupsummary

markposterone avatar Oct 05 '18 19:10 markposterone

Added the grouping feature as a plugin, the aggregation feature will added later.

vegegoku avatar Dec 14 '18 20:12 vegegoku

Columns groups added https://dominokit.com/solutions/domino-ui/v2/docs/data-table/column-groups SummaryPlugin have been added https://dominokit.com/solutions/domino-ui/v2/docs/data-table/summary

vegegoku avatar Nov 02 '23 18:11 vegegoku