Events after autofill
Events after autofill
tonygoodchild
Posts: 1Questions: 1Answers: 0
in AutoFill
I am using the DataTables Editor with inline editing and autofill.
I use the preEdit event to perform some updates on other cells when a cell entry is changed manually. This works fine.
This event does not fire when the autofill is used.
I have tried listening for the preAutoFill and autoFill events but they don't see to be firing either.
Is an event I can listen for that is similar to the preEdit event so I can edit data before the table updates, but triggering from autofill?
This discussion has been closed.
Answers
I'm seeing all three events (
preEdit
,autoFill
, andpreAutoFill
being triggered in this example.Could you look at that, please, and see if it helps. If it's still not working for you, please can you update my example, or link to your page, so that we can see the problem.
Cheers,
Colin