KeyTable not allow to change page

KeyTable not allow to change page

MauroB45MauroB45 Posts: 5Questions: 2Answers: 0

Is it a option to block keytable for changing the page?

Thanks

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,771Questions: 1Answers: 10,510 Site admin

    As in you don't want the keyboard navigation to be able to change the DataTables' page? Currently no, there is no option for that I'm afraid. This is the first request I've had for such a feature :-).

    Allan

  • MauroB45MauroB45 Posts: 5Questions: 2Answers: 0

    Thanks for the response,

    I am building a table with many input fields to be saved after a long data manipulation with a button (not immediate saving). As, the source comes from a large table with individual column filtering and sorts it takes a long time to load each page.

    Also, if a user by mistake change the page it will lose all work done. Of course I can save the changes but I would like to restrict changing pages just with the pagination at the bottom.

    Just an Idea!

    Thanks,

  • allanallan Posts: 63,771Questions: 1Answers: 10,510 Site admin
    edited March 2016 Answer ✓

    This is the point where that change would be needed. You could just add another condition or perhaps remove that code block (I've not tested that!).

    Allan

  • MauroB45MauroB45 Posts: 5Questions: 2Answers: 0

    Thanks Allan!

This discussion has been closed.