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.
Livewire: how to run scripts again or not to “break” existing ones
My code
Livewire access custom input element tag value?
fairly new to Livewire here.