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!
Original issue reported on code.google.com by kurtme...@gmail.com on 7 Aug 2012 at 8:43
Original issue reported on code.google.com by
kurtme...@gmail.com
on 7 Aug 2012 at 8:43