Hi i'm using jquery version 2.0.3 whit jquery datatables 1.9.4.
when i configure row grupping whit this parameter:
$("myTable").dataTable({
...
"bPaginate": false,
"bLengthChange": false,
...
}).rowGrouping({
iGroupingColumnIndex: 2,
bExpandableGrouping: true,
bExpandSingleGroup: true
});
this is the error report in firebugs on firefox 23.0.1
$(...).offset(...) is undefined
how i can fix it?
Original issue reported on code.google.com by cipsi...@gmail.com on 16 Sep 2013 at 8:48
Original issue reported on code.google.com by
cipsi...@gmail.com
on 16 Sep 2013 at 8:48