Cannot get tabbing and submit on blur to work

Cannot get tabbing and submit on blur to work

bap22bap22 Posts: 5Questions: 3Answers: 0
edited July 2014 in Editor

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

Answers

  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin

    Hi,

    Great to hear you for it working. The idSrc option can be used if you don't want to use DT_RowId). The default is to use DT_RowId, but any property can be used, as long as it uniquely identifies the row.

    Regards,
    Allan

This discussion has been closed.