Paginator Pagesize Callback

UI Components for React
Post Reply
michael_leblanc2
Posts: 1
Joined: 23 Apr 2019, 19:57

13 Sep 2019, 14:50

How does one access the change for the Paginator PageSize callback?
There is nothing in the documentation on how to access that change.
Is it part of the onPageChange callback?

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

16 Sep 2019, 10:08

Hi,

You can use onPage callback;

Code: Select all

onPage(event) {
//event.first: Index of the first row.
//event.rows: Rows per page.
}
Best Regards,

Post Reply

Return to “PrimeReact”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 26 guests