leopucci-zz / jquery-datatables-row-grouping

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

Array of Objects data source not implemented properly #81

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use array of objects data source ie: [{a:"",b:"",......},{...},......]

What is the expected output? What do you see instead?
Two level grouping doesn't work.
Sorting splits groups into pieces.
Both work just fine otherwise.

What version of the product are you using? On what operating system?
1.2.9, on chrome, firefox, and ie on windows 7.

Please provide any additional information below.
Looking into it.  Maybe you are using array indexes, using object properties 
should cover both arrays and objects.

Original issue reported on code.google.com by spinnern...@gmail.com on 2 Jun 2014 at 7:02

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Fix #31 needs to be applied to secondary grouping. It fixes all these problems.

Original comment by spinnern...@gmail.com on 2 Jun 2014 at 9:43