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()
Jump to solution
2 Replies
Solution
LeandroFerreira
in your listPage you can use $this->getTableRecords()->currentPage()
Hemith
HemithOP2y ago
Thanks!

Did you find this page helpful?