Get current page number for filament table.

Is there a way I can retrive the current page number for a paginated table?
Solution
in your listPage you can use $this->getTableRecords()->currentPage()
Was this page helpful?