Submit button only to specific column
Submit button only to specific column
LairdTurner
Posts: 7Questions: 3Answers: 0
in Editor
Hi!
How can I display a submit button only for a specific column and use for the rest a normal inline edit?
For example: My table has 10 rows and I want on column 5 with a textarea an submit button and for the rest a 'normal' inline edit.
Thanks!
-René
This discussion has been closed.
Replies
Solved! Added a class to specific columns and selected on this class.
Good solution! I couldn't get it to work at first but finally got things working with the code below. (I decided to go with bubble instead of buttons but the idea is the same)
Very nice - thanks for suggesting this. For anyone else reading this
columns.className
can be used to add a class to a column.Allan