Open GoogleCodeExporter opened 9 years ago
It should be noted that in the JS fiddle example you're initializing the data
table as $('#example').dataTable().rowGrouping... meaning even though you have
1.10 installed you're instantiating the 1.09 API.
To instantiate the 1.10 API make the 'd' upper case in dataTable.
$('#example').DataTable().rowGrouping...
Although 1.10 may not work presently without an update to the rowGrouping
plugin.
Original comment by janth...@spikes.com
on 21 Jul 2014 at 6:41
Tested your jsfiddle example with 'dataTable' as 'DataTable and it runs fine.
Did you run into the error "Uncaught TypeError: undefined is not a function"
rowGrouping at any point? If so, could you share the fix?
Original comment by janth...@spikes.com
on 21 Jul 2014 at 7:00
Original issue reported on code.google.com by
WOPier...@gmail.com
on 27 May 2014 at 2:34