DataTables / TableTools

Please note that TableTools has now been retired and replaced by the Buttons and Select extensions which offers significant improvements and API integration with the rest of DataTables and the other extensions.
http://datatables.net/
Other
237 stars 149 forks source link

Add class to td when selected #64

Closed alesnav closed 9 years ago

alesnav commented 9 years ago

Hello,

It would be nice if when a row is selected, the class .DTTT_selected (or other) would be applied to the clicked cell (td) too. This way, it would be possible to get the cell clicked exactly from function fnRowSelected.

Thanks!

DataTables commented 9 years ago

It isn't something I'm planning on adding to the current TableTools feature set, but I am planning on splitting TableTools into two libraries - one for row selection and one for buttons. The new row selection will be significantly improved, including passing the click event through to the callback which will handle this.

Because of this, I'm going to close this request as it is going to be handled else where.