Pagination on a page class?
If a page class is just a livewire component under the hood, why can't I use pagination? I just have a foreach loop of items I want to paginate and I can't seem to get pagination to work right. ChatGPT says filament doesn't support pagination on a page class outside of a table. Not sure if that's accurate or not, but I can't seem to get it working.
3 Replies
Can you give the senario? You can normally use livewire pagination normally
ok, if it's possible that's fine. I ended up just making a livewire component and putting it inside of my page and handling pagination there.
Yeah there is no reason native livewire components shouldn't work on a page to the best of my knowledge