victorette / jquery-datatables-row-grouping

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

Datatables 1.9 version doesn't work with this. #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What is the expected output? What do you see instead?

function _fnGetCleanedGroup(sGroup) {
return sGroup.toLowerCase().replace(" ", "-");
} 

sGroup is coming as undefined, it throws JS error

Original issue reported on code.google.com by vibhug...@gmail.com on 13 Apr 2012 at 12:36

GoogleCodeExporter commented 8 years ago
Hi,

Version on the site works with data tables 1.9.2. I have not seen any issue.
Try to get the latest version of plugin.

Regards,
Jovan

Original comment by joc...@gmail.com on 13 Jul 2012 at 1:56