Relative Content

Tag Archive for laravel-livewirelivewire-3

Datatable not working when rendered – Livewire3?

There is a component that I have listed. For example, when the button is clicked, the component is rendered. When rendered, Bootstrap Datatable is not rendered as before. Sorting, searching and pagination sections do not work. I found a solution like this, but this time the pagination parts do not look like the old CSS, but the rounded design turns into a square shape. How do I solve this?
Below is my livewire 3 blade code.