I need to be able to target specific rows using CSS (not columns), is there a way to make DataTables add HTML IDs or Classes for each row of the table?
Yes, use `DT_RowId` to add IDs and `DT_RowClass` to add class names in the data source for the table. Editor uses this approach for IDs: http://editor.datatables.net/release/DataTables/extras/Editor/examples/index.html
Replies
Allan