Inserted type rows in table
Inserted type rows in table
I do not know how I would describe this. But in one of my current tables (not yet under dataTables power) I have split the table into few parts, each with one special row at the top of each part which names that part. Something like:
/--------------------\
| ColA | ColB | ColC |
----------------------
| First part |
----------------------
| Data | Data | Data |
----------------------
| Data | Data | Data |
----------------------
| Second part |
----------------------
| Data | Data | Data |
----------------------
All parts have the same columns defined. And I would like to add dataTables sorting and filtering to this table. Which should work on each part separately. So sorting by ColA should sort data in the first part independently from data in the second part. And of course those part title rows should stay there. And should not be sorted or filtered on.
Is this possible?
/--------------------\
| ColA | ColB | ColC |
----------------------
| First part |
----------------------
| Data | Data | Data |
----------------------
| Data | Data | Data |
----------------------
| Second part |
----------------------
| Data | Data | Data |
----------------------
All parts have the same columns defined. And I would like to add dataTables sorting and filtering to this table. Which should work on each part separately. So sorting by ColA should sort data in the first part independently from data in the second part. And of course those part title rows should stay there. And should not be sorted or filtered on.
Is this possible?
This discussion has been closed.
Replies
Please feel free to add any insight that you might have.
Allan