search or paging causes loss of editor
search or paging causes loss of editor
finsight
Posts: 8Questions: 1Answers: 0
datatable and editor working, but paging several pages ahead, or searching, confuses the editor and fields are not selected. I am using KeyTable. once in a while a field will work and clearing the search or gettting back to the first page will let the editor work?
please advise?
This discussion has been closed.
Replies
i am using inline:
$('#samplesTable').on('key-focus', function (e, datatable, cell) {
editor.inline(cell.index(), {
});
});
dataTables.keyTable.min.js:13 Uncaught TypeError: Cannot read property 'top' of null
This is Keytable problem , not editor--this duplicates my problem (with an included jsfiddle):
http://www.datatables.net/forums/discussion/30813/keytable-not-working-with-search-filter