Hello
I have trouble with datatables where i get a bug on my laravel project with livewire.|
I have setup the datatables, they work just fine, but i have like more than 1 routes where i use the data tables and when i go to for example users which has datatables, and than i go to dashboard route and click back (to users route) the data tables have double paging, filters and all other options.
Currently i dont have a test case i just want to know if this is a general livewire problem.
Cause i know what causes it, its a directive of livewire which is wire:navigate which makes the projects with an SPA feeling when navigating to other routes.
If i remove it it works fine but than the page doesnt feel like an SPA (single page application) anymore.
Best regards, Valon