No, you cannot call the onAfterRendering. These are standard hook methods.
For your purpose of handling the coloring of the table based on data, you need to handle with some other events.
Regards,
Sharath
You can do this thing onAfterRendering method of a view not the table control.
Add comment