You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.
I think this plugin is great, fully in lines with KISS principles! Nevertheless I am using it on pages whose table can be refreshed many times, have lines added dynamically, and also be validated. Consequently I would be interested to have a 'destroy' option included in this plugin, in order to prevent memory leaks and modifications once the table has been validated. I tried to do by myself but I have not managed to make it working (the table is still editable).
Hello,
I think this plugin is great, fully in lines with KISS principles! Nevertheless I am using it on pages whose table can be refreshed many times, have lines added dynamically, and also be validated. Consequently I would be interested to have a 'destroy' option included in this plugin, in order to prevent memory leaks and modifications once the table has been validated. I tried to do by myself but I have not managed to make it working (the table is still editable).
At line 56, I have inserted the following lines:
if(options == 'destroy') { element.find("td").off('click keypress dblclick', showEditor); } else { ... }
Could you please let me know what is wrong?
Thanks!
The text was updated successfully, but these errors were encountered: