Posted on Sep 16, 2013 by
Helpful Ox
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?
Status: New
Labels:
Type-Defect
Priority-Medium