draw event fired 2x after create
draw event fired 2x after create
Hi,
the draw event is fired 2 times after submitting the create form. Edit and deleting rows fire draw only once. I am not able to find the source for the 2nd draw. The target id of the event points in both cases to the table instance.
Thank you very much for your help.
Martin
Debug code: oduxix
This discussion has been closed.
Replies
Hi Martin,
Thanks for letting me know about this. I've just committed the fix and it will be in 1.5.3 which will be out soon.
In the mean time, f you want to apply the fix locally search for:
in the Editor code and remove the
dt.draw( false );
. The draw is handled by thecommit
function a couple of functions down from where that code is, and I had neglected to remove it from there.Regards,
Allan