jQuery Datatables rowGroup Collapse/Expand
问题 I'm using jQuery Datatables and I would like to incorporate row grouping into the table. I have attempted to incorporate it myself by adding rows and a click event handler to expand/collapse the rows pertaining to that row group. This relies on toggling the visibility of the rows, which works but is messy. I had an issue here with large tables where most rows aren't in the DOM until a scroll event calls drawCallback, so when I gave rows a certain class to associate them with a row group, the