resetPage does not exist on custom page

I created a custom filament page and I'm trying to use the Livewire $this->resetPage() method but I'm getting resetPage does not exist. error.

I thought custom pages are full livewire components as stated in the documentation
Solution
Thanks for your support. I was able to figure it out. resetPage() method is only available in the Livewire\WithPagination trait.
Was this page helpful?