Manage the editability of table columns with the JQuery-tabledit plugin conditionally
In my .NET Core project, I need to make two table columns editable. I’m using the JQuery-tabledit plugin, and it works well. My problem is that I want only one of the two columns to be editable based on a value passed in the row.
This is my table:
Manage the editability of table columns with the JQuery-tabledit plugin conditionally
In my .NET Core project, I need to make two table columns editable. I’m using the JQuery-tabledit plugin, and it works well. My problem is that I want only one of the two columns to be editable based on a value passed in the row.
This is my table: