Disabled rows in the table
Disabled rows in the table

How can I display rows in the table so they are disabled, that is, grayed out?
This discussion has been closed.
How can I display rows in the table so they are disabled, that is, grayed out?
Answers
What I would do, is just use the
createdRow
, and parse the data for the row, and if its a row you wish to disable, just add a class to the row, then use the CSS to style any row with that class....