Selecting rows with fixed Columns
Selecting rows with fixed Columns
As i did not find a solution to this problem here, i created a working live example here: http://live.datatables.net/etanuj/7
I managed to get this done using an ID and a CLASS on each row. So when you click on the left side of the table, i verify the ID and then apply the class "row_selected" to all rows having the same class.
Works fine.
I managed to get this done using an ID and a CLASS on each row. So when you click on the left side of the table, i verify the ID and then apply the class "row_selected" to all rows having the same class.
Works fine.
This discussion has been closed.