How to add custom class to td in row
How to add custom class to td in row
I use inline edit. There are multiple types of records in my table. And in row with one type of record I should allow to edit one fields and in other record - other fields. Because of this I need somehow to tell editor to add class to specific <td>. How this can be done?
This discussion has been closed.
Answers
I don't fully understand the question I'm afraid. You can use
columns.className
to add a class to thetd
cells in a column. Is that what you need?Allan