Hello
I'm using Datatables to show statistical tables. I have a grouping feature that is implemented by hiding grouped rows, leaving only the title row displayed. For now, I'm hiding them by applying CSS to rows that I read in the DOM with jQuery. This cannot work with Scroller, because the dataset is not fully loaded in the DOM when the extension is enabled, making it impossible to read all of a group's child rows.
My new plan is to read them using the datatables API, which allows access to all rows, regardless of whether they are loaded in the DOM or not. The second part of the plan is to hide them using the datables API. Before wasting time, I'd like to know if when I hide a row, Scroller will update itself or not.
Thanks in advance for your help.
Merry christmas to you all, and I do wish you the best for 2015 !