DataTables edit
DataTables edit
Hi all,
I would like to edit my datatable so that only one entry can be selected at any given time. I would also like to add action listeners so that a given javascript function is called when an entry is double clicked. I have been reviewing the code for a while now and cannot find where or how to implement these changes. Can anyone provide some insight?
Thanks!
I would like to edit my datatable so that only one entry can be selected at any given time. I would also like to add action listeners so that a given javascript function is called when an entry is double clicked. I have been reviewing the code for a while now and cannot find where or how to implement these changes. Can anyone provide some insight?
Thanks!
This discussion has been closed.
Replies
http://datatables.net/release-datatables/extras/TableTools/select_single.html
> I would also like to add action listeners so that a given javascript function is called when an entry is double clicked.
http://api.jquery.com/dblclick/
:-)
Allan