Nice one - thank you for your second article about DataTables :-). Tutorials about how to do things in DataTables are very welcome indeed and are a great help to the community!
It's worth noting that there are row selection options built into TableTools, which can be quite useful as TableTools provides an API for getting selected rows etc:
http://datatables.net/release-datatables/extras/TableTools/select_multi.html
Also there is an example of how to do row selections here (although it doesn't use $().delegate or $().live, which is trivial to add if needed):
http://datatables.net/release-datatables/examples/api/select_row.html
Replies
http://britseyeview.com/software/dtgs/selrow.html
Nice one - thank you for your second article about DataTables :-). Tutorials about how to do things in DataTables are very welcome indeed and are a great help to the community!
It's worth noting that there are row selection options built into TableTools, which can be quite useful as TableTools provides an API for getting selected rows etc:
http://datatables.net/release-datatables/extras/TableTools/select_multi.html
Also there is an example of how to do row selections here (although it doesn't use $().delegate or $().live, which is trivial to add if needed):
http://datatables.net/release-datatables/examples/api/select_row.html
Regards,
Allan