sodri126 / jquery-datatables-row-grouping

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

Grouping by values #70

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
using the column values, for example: x = col_value

if x < 3 => row group header = "all item lower then 3"
if x > 3 and x < 5 row group header "all items between 3 and 5"

and so on...

Original issue reported on code.google.com by haaretz....@gmail.com on 30 Dec 2013 at 7:37