Get current page number for filament table.
Is there a way I can retrive the current page number for a paginated table?
2 Replies
Solution
in your listPage you can use
$this->getTableRecords()->currentPage()
Thanks!