rowInit is called for every row i.e., tr 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 i.e., td whenever 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.