I want to edit just many column ... is it possible ?
I want to edit just many column ... is it possible ?
fatiha
Posts: 7Questions: 4Answers: 0
Hi all , i want to make datatable editable for just some column, is it possible ??
thanks in advance
This discussion has been closed.
Answers
Yes it is certainly possible - I am using a custom editor library to do this, but it can be equally solved by download the Editor library to do this, or write your own.
I just used the code below :
$(document).ready(function() {
it works great , but the problem is that it doesn't work for many datatables , i can edit the column for just the first table ... how can i solve it ?