KeyTable does not work with row selection of navigational keys on DataTables

KeyTable does not work with row selection of navigational keys on DataTables

srini_attulurisrini_attuluri Posts: 8Questions: 0Answers: 0
edited September 2012 in DataTables 1.9
HI I used the KeyTable for the navigation along with the scrolling on Datatables. I have 2 visible cols and 4 invisible cols in my datatable. And I implemented the row selection with shift/ctrl/up/down arrow keys.
Actually, row selection is working fine without keyTable initialization but when I initialize the keytable with Datatable then the functionality is breaking.It does not show any error in the javascript console in any of the browsers. Here I am using IE8, firefox and Google Chrome.

Please help me out to achieve this.

Replies

  • allanallan Posts: 63,133Questions: 1Answers: 10,399 Site admin
    You are going to have to link us to a test case showing the problem for us to even have a chance of being able to help here. KeyTable has no row selection built in, so you've got some custom code which is obviously not interfacing with KeyTable quite the way it expects. What the problem is though, I've no idea without being able to see it :-)

    Allan
  • srini_attulurisrini_attuluri Posts: 8Questions: 0Answers: 0
    Thanks Allan!!. I resolved the issue.
    Thanks for the great plug-ins.
This discussion has been closed.