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

Did you find this page helpful?