As title says, I'm searching for the "afterInsertRow" event function in grid, with parameters "rowElement" - to which I can apply some css style or add a class, and "rowData" - from which I can get data source?
Basically, I need this function after the row is added to the table, to make some condition and apply style to it.
That style should remain no matter what other events I perform on the table, like sorting, filtering or whatever action is performed on table.