Conditional styles for Grid

rowInit is called for every row when view is constructed for the table or current row. It can be used to conditionally apply HTML attributes, css styles & css classes to the current row.

Similarly column.render is called for every cell when view is constructed for the table, current row or cell. It can be used to conditionally apply HTML attributes, css styles, css classes and content for the current cell.

Conditional styles for Treegrid, Pivot and row grouping

Conditional styles can also be applied to Treegrid, Pivot and row grouping in a similar way.

Special rows have meta data associated with them e.g., title rows in row grouping have pq_gtitle, summary rows have pq_gsummary, etc which can be looked up in API documentation for groupModel