Reputation: 7781
I have a rich:datatable which may be reRendered my multiple components in my page.
I want to run a Javascript method each time it is rendered, including the first time the page loads.
How can I do this?
Upvotes: 0
Views: 1857
Reputation: 597382
oncomplete
of each of the components that reRender the datatablewindow.onload = function() {..}
Upvotes: 3