Filtering in DataTables works by having an internal property called `aiDisplay` , with is an array of indexes pointing to the `aoData` array, which is the row definitions for each row used int he table. When the table is drawn a loop it performed over `aiDisplay` , selecting the rows to be shown. To filter out rows, they are removed from `aiDisplay` . That's how the filtering works in DataTables.
Ok done that. I had a table with nested tables inside. After applying datatable the width of the tables changes . Previously the width of the table in 692px , but after applying datatable the width of the table changes to 1537px. And this width can be decreased in any way . Can anybody help ?
Replies
Or do you want just to understand how it works?
Allan
Also, please link to a test case if you have a specific question.
Allan