
jquery-datatables-row-grouping - issue #35
Enhancement: Multiple Data in Grouping Rows
From what I can tell, the grouping header rows can only store a single value, regardless of how many columns are in the table.
I would like grouping rows to be able to have data in each of the columns.
Consider the following table, where the group header rows contain summary info about the items in the group. Here, the group header gives the sum of the count of all the sub-items.
If this functionality is already in there, and I just missed it, please let me know.
========================
| Type | Count |
| Fruit | 10 | <-- First group row
| Apple | 3 |
| Orange| 7 |
| Veggie | 6 | <-- Second group row
| Carrot| 2 |
| Leek | 4 |
Thank you for this great software, by the way!
Status: New
Labels:
Type-Defect
Priority-Medium