What is the most efficient way to have a table with a paginator initially render the last page of data?
I'm trying to call setPageNumber(table.getNumPages()) but the rowlist is already created before I can sneak in. Tried overriding the init method of the table but still no dice. Any pointers appreciated. Thanks, Damian
