DataTables edit

DataTables edit

user_tuser_t Posts: 1Questions: 0Answers: 0
edited June 2012 in General
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!

Replies

  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    > I would like to edit my datatable so that only one entry can be selected at any given time

    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
This discussion has been closed.