The GET method is not supported for route livewire/update. Supported methods: POST.
I have an application with Laravel 10 and Livewire 3. I'm using Livewire pagination specifically links('pagination::tailwind'), I don´t knot why if I use "links()" all work fine excepet the background color of the current page. The bg only works if I use "links('pagination::tailwind'), but with this way I have this error when I open and close a modal window, I thought that using 'wire:ignore' on pagination div will solve the issue, but when i want to filter data, the pagination don't change with the filter.
I will be grateful with your help, Thank you so much.
@jakubjv i choise don't use datatables, I',m beginer. And the only thing that i want is the bg blue on the current page of pagination. I don't know why using 'links()' and editing the blade of pagiation don't work.
@danichangt in your livewire component under definiton of class use this property protected $paginationTheme = 'bootstrap'; or you can try 'tailwind' if you are using tailwind
@jakubjv I used 'php artisan livewire:publish --pagination' to publish de blade of de livewire pagination. I don't know why I didn't it before. I was confused by de laravel core pagination. I ran that code and edit the bg color and the 'links()' work perfectly now. Thank you so mucho for your help. Also I updated the Livewire3 versions, now I have version 3.3.