exception:$(...).DataTable(...).rowGrouping is not a function
exception:$(...).DataTable(...).rowGrouping is not a function
dataTableExample = jq('#tableid').DataTable({
"bLengthChange": false, "bPaginate": false,
"aaData": data.d.results,
"aoColumns": [ ... ]}).rowGrouping({ bExpandableGrouping: true, asExpandedGroups: [""] });
dosnt working. add js file jquery.dataTables.rowGrouping.js
This discussion has been closed.
Answers
Order is important, where did you add the
jquery.dataTables.rowGrouping.jsin your page?You could use the Downlaod builder to help you get the correct files and order them properly.
Kevin
The
rowGroupingplug-in is third party and not included in the download builder I'm afraid. In fact, I'm not aware of it still being maintained.The RowGroup extension for DataTables is fully supported and maintained.
Allan