Is it possible to get access to row data on specific page?
I tried willDrawPage or didDrawPage - but it still shows like all data, all rows in one object
I need to create structure like:
{ page1: first row from page 1, page2: first row from page 2, etc. }