Error when deleting last row
Error when deleting last row
fabianrott
Posts: 30Questions: 1Answers: 0
in Bug reports
Hi!
I get an error message when deleting the last row of a table while keys
is set. The deletion works, but afterwards, i don't get visual feedback when trying to select a cell. The javascript console shows the error TypeError: settings.aoData[row] is undefined
.
I think this is a problem of DataTables or Editor, since it also exists in the example for using KeyTable. Just delete the last line and try to select a cell after that.
This discussion has been closed.
Replies
This has been fixed in the nightly version of KeyTable. I'll likely make a release of KeyTable in the next few days which will include this fix and others.
Allan
Thank you, Allan!
I'm looking forward to the release!
I get a similar error with the current version when I try to delete the last row on a page:
The problem does not occur when I disable the "keys" option.
Can you link to a page showing the issue so I can debug it please?
Allan