The 'Tab' Key can't work after one column updated - An Editor Problem
The 'Tab' Key can't work after one column updated - An Editor Problem
Hey, guys. I'm a datatables fans, and trying to use editor in my application.
I download the last version by DataTables download builder. https://datatables.net/download
Try to use the editor's inline mode, like this: Tab between columns, https://editor.datatables.net/examples/inline-editing/tabControl.html
My problem : the tab key can't work after the server side response, you can't use the Tab key to edit through the whole line.
here is my test case: http://114.215.164.199:8080/editor/resource/query.do
Any advice would be appreciated! thank you.
Answers
One option perhaps would be to reselect that cell in
postEdit
. The only downside there would be if the submission happened because the user tabbed out of the cell to the next one, causing a blur, then the cell would be pulled back. I don't think there is a tidy one-size-fits-all solution.Colin
Hi Coin, is there an example about the Event postEdit ?
Just want my table like the example : https://editor.datatables.net/examples/inline-editing/tabControl.html,
I don't know why the example is fine, but mine isn't, any option wrong or lost?
Thank you.
Ah, so is that example behaving exactly how you want? If so, it would be worth pasting your code here, or updating this example here to demonstrate your issue?
Btw, this is an example with
postEdit
,Colin