I am implementing a collapsible table in javascript using Datatables. It represents a nested structure, so clicking on one row hides all the rows that are nested within this row. I now have two problems that I haven't been able to solve:
How can I force Datatables to render the table so that rows from consequent pages fill the missing spots and how can I hide rows on subsequent pages without having to create a completely new table?