victorette / jquery-datatables-row-grouping

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

Grouping with json data renders table with multiple groups of same type and adding new row doesn't auto group #61

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Versions:  datatable 1.9.4  and  datatable row grouping 1.2.9

Link to plunk:
http://plnkr.co/edit/x7J1b6nIeE1Qax2DAyyS

Link to plunk o/p:
http://embed.plnkr.co/x7J1b6nIeE1Qax2DAyyS/preview

Problem #1:
In the output you will see that there are 3 aggregate rows for 75. they all 
should have been grouped under just one row. right now if you collapse anyone 
of the 3 they all get collapsed and vice versa for opening.

Problem #2:
also if you click on add row the new row is not auto grouped under 75
whereas it should've been.

Am I missing out on some configuration?

Original issue reported on code.google.com by anirudht...@gmail.com on 17 Jul 2013 at 5:41