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.
Change line 16 of mindmup-editabletable.js from: active = element.find('td:focus');
to: active = element.find('td:focus:not(".immutable")');
and then give each cell you do not want to be editable the class immutable.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a table with 4 column and i want to edit only last 2 columns.
And one more: Is there any way to use different input for different columns? I want to use text box for 3rd column and select for 4th?
Thanks
The text was updated successfully, but these errors were encountered: