Custom page with custom table

I'm working in a personal project where i want to feed my table with api data. I have already tried to use sushi, however it has a limitation when i talk about a paginated api. So the alternative i found was build a custom page, host a custom table and try to navigate through the api with it. But at this point i'm not progressing, someone can help me with livewire table content or any sort of help?
This is my project at github:
https://github.com/eduardoximenes/filament-app.git
GitHub
Contribute to eduardoximenes/filament-app development by creating an account on GitHub.
Solution
I've finished the custom table. At this point, i don't think i need sushi anymore. Let's see what happens next...
Was this page helpful?