Apply css class to rows populated
Apply css class to rows populated

is there any way to apply css class to the row that is populated ?
This discussion has been closed.
is there any way to apply css class to the row that is populated ?
Replies
What do you mean by "populated"?
I suspect you want to look into
createdRow
. It can be used to apply a class based on the data of a row.Allan