zeitlin / jquery-datatables-row-grouping

Automatically exported from code.google.com/p/jquery-datatables-row-grouping
0 stars 0 forks source link

Add grouping below rows #40

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice to be able to add the row group below the corresponding rows.

Example:

========================
| Type    |   Count    |
========================
|   Apple |      3     |
|   Orange|      7     |
------------------------
| Fruit   |     10     |  <-- First group row
========================
|   Carrot|      2     |
|   Leek  |      4     |
------------------------
| Veggie  |      6     |  <-- Second group row
========================

Original issue reported on code.google.com by jerimiah...@gmail.com on 26 Sep 2012 at 4:10

GoogleCodeExporter commented 9 years ago

Original comment by joc...@gmail.com on 6 Jun 2013 at 3:51