exception:$(...).DataTable(...).rowGrouping is not a function

exception:$(...).DataTable(...).rowGrouping is not a function

ErzhanErzhan 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

Answers

  • kthorngrenkthorngren Posts: 21,301Questions: 26Answers: 4,946

    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

  • allanallan Posts: 63,455Questions: 1Answers: 10,465 Site admin

    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

This discussion has been closed.