Best way to set row and column attributes
Best way to set row and column attributes
I'm evaluating DataTables for use in my current project. I would be using server-side processing because of the large amounts of data. Currently I have several custom attributes defined for each row, and some columns. These are used to perform actions for a particular record.
What would be the best way using DataTables to set these custom attributes?
What would be the best way using DataTables to set these custom attributes?
This discussion has been closed.
Replies
Another way would be to manipulate the table on each draw (fnDrawCallback)
Allan