exception:$(...).DataTable(...).rowGrouping is not a function
exception:$(...).DataTable(...).rowGrouping is not a function
Erzhan
Posts: 1Questions: 1Answers: 0
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.js
in your page?You could use the Downlaod builder to help you get the correct files and order them properly.
Kevin
The
rowGrouping
plug-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