sodri126 / jquery-datatables-row-grouping

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

Any hope of working with array of objects correctly, or compatibility with New v1.10 #75

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
NT

Original issue reported on code.google.com by jguzman....@gmail.com on 26 Feb 2014 at 4:17

GoogleCodeExporter commented 9 years ago
+1000 for getting this plugin working with datatables v1.10!!!

Original comment by msp5...@gmail.com on 3 Mar 2014 at 6:39

GoogleCodeExporter commented 9 years ago
Thanks

Original comment by jguzman....@gmail.com on 4 Mar 2014 at 4:30

GoogleCodeExporter commented 9 years ago
do you have a Beta to test with current 1.10 beta?

Original comment by jguzman....@gmail.com on 18 Mar 2014 at 4:02

GoogleCodeExporter commented 9 years ago
Any update on the plugIn? beta to helo you with?

Original comment by jguzman....@gmail.com on 29 Apr 2014 at 4:55

GoogleCodeExporter commented 9 years ago
It works in my environment with 1.10, but has not been extensively tested. What 
are some specific issues others have encountered?

Original comment by mendez.a...@gmail.com on 10 Jul 2014 at 7:05

GoogleCodeExporter commented 9 years ago
It seemed to me that there were just some small issues.  

I found an issue with second level groups because indexing was done 
specifically with indexes instead of using the dynamic indexing in DataTables.  
You already had the fix for the primary groups, I just applied it to secondary 
groups too and it worked.

I was having problems sorting and the groups being split.  Initially, the 
groups displayed fine.  As soon as I clicked to sort by a field, It would break 
the groups in weird ways.  I was also sorting by a custom field type to arrange 
the groups in a specific order other than alphabetical.  There were a lot of 
factors and I was on a deadline, so I just disabled sorting by field instead of 
digging.  This is just a lead, I have no idea what is wrong.

Original comment by spinnern...@gmail.com on 10 Jul 2014 at 7:31

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I figured most of the issues would be fixed in the next version, so I didn't 
report them.

Also, When I have time, I'll try out the 1.10 beta and let you know how it goes.

Original comment by spinnern...@gmail.com on 10 Jul 2014 at 7:32

GoogleCodeExporter commented 9 years ago
for me it is not working with datatable v1.10. I am initializing my datatable 
as .DataTable().rowGrouping(); and it says rowGrouping is not a funtion.

Any idea how to get this working

Original comment by mandeep...@gmail.com on 11 Jul 2014 at 3:59

GoogleCodeExporter commented 9 years ago
Mendez - Can you post sample code that is working for you? (Particularly, which 
versions of the plugin and jquery are you using?)

Original comment by Blanchar...@gmail.com on 13 Jul 2014 at 8:10

GoogleCodeExporter commented 9 years ago
The JS fiddle example in 
https://code.google.com/p/jquery-datatables-row-grouping/issues/detail?id=80 
does not encounter the 'rowGrouping is not a function' error when you change 
it's 'dataTable' declaration to 'DataTable'. 

Any ideas on what the difference/fix is?

Original comment by janth...@spikes.com on 21 Jul 2014 at 7:00