Cannot get tabbing and submit on blur to work
Cannot get tabbing and submit on blur to work
I can either get "submit on blur" to work properly, OR "tabbing" between fields working properly, but not both.
With both enabled, it will tab and submit once, but then every subsequent tab creates a new record, and the focus never changes.
--EDIT:
nevermind, I was doing something stupid. I wasn't returning the proper response on the ajax method. (was missing DT_RowId). Its working now, similar to https://editor.datatables.net/examples/inline-editing/options.html
This discussion has been closed.
Answers
Hi,
Great to hear you for it working. The
idSrc
option can be used if you don't want to useDT_RowId
). The default is to useDT_RowId
, but any property can be used, as long as it uniquely identifies the row.Regards,
Allan