tony said:
Hello,
Yes this is true, there is no build in way to do this, but I think it is not so difficult.
Let me explain:
What you use in setCell to add the class ‘not-editable-cell’?
1. the id
2. the name of the column.
Having this and jQuery it is easy to remove the class. Why?
1. We know the id element from which to remove the class of some child.
2. We know the name of the column – i.e its position of the td