I'm trying to display the rowCount of a lazy loaded datatable before displaying the datatable itself. The problem is that the rowCount value is set in the load callback function so the displayed value is wrong.
Is there a ajax event on datatable component which is triggered when the render or the load of the datatable is done?
@PostConstruct, just as in the example given here: stackoverflow.com/a/13973903/870122