How can I disable the inline editor for specific colums?
How can I disable the inline editor for specific colums?
LairdTurner
Posts: 7Questions: 3Answers: 0
in Editor
I want an table where I can only inline edit some colums, not all. And I don't want set the readonly type. How can I achieve that?
How can I disable the inline editor for specific columns?
This discussion has been closed.
Answers
How are you currently applying the inline editing? Something like:
?
If so, you would just make the selector more selective. Perhaps adding a class (such as
editable
to the editable columns usingcolumns.className
is the easiest option to modify the selector for that class.Allan