Inline Editing does not submit issue
Inline Editing does not submit issue
Hi guys,
I am trying to use inline edit and basically using the same logic as showing in "https://editor.datatables.net/examples/inline-editing/simple.html".
I got following issue:
When first time I load the data, I can only do inline editing on the first or second row. But if I want inline editing on other rows or after sorting or go to next page, no cells can be editable anymore - simply stay there and not submit when I hit the 'Enter' key.
But if I select any row and click "Edit" button to edit entire row, after the row updated I can then do inline editing again on that particular row.
What could be the reason? I am appreciate you help!
By the way, I am using datatable.editor 1.7.4
Replies
The example appears to work correctly so the problem is with something on your page. Without a link to your page or a test case replicating the issue it would be hard to troubleshoot.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin