F
Filament8mo ago
Hemith

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
LeandroFerreira8mo ago
in your listPage you can use $this->getTableRecords()->currentPage()
Hemith
Hemith8mo ago
Thanks!