Filters to reload page without Livewire
Is there a way to reload the page with filters without Livewire? Basically reload the page with the new results. When loading 100+ results the page can take a long time to load the results and it's mainly a frontend issue, the requests seem to be loading fast.
Any ideas how to achieve that?
3 Replies
Do you think reloading the page would be faster than refreshing the table? I'm curious why.
can you tell me how to reload the page using livewire after select filter option?
$this->mount
u can remount the page