MedicOneSystems / livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS
https://livewire-datatables.com/
MIT License
1.19k stars 258 forks source link

How to put a loader component into an advanced datatable component #230

Closed parmonov98 closed 3 years ago

parmonov98 commented 3 years ago

I have created component which displays loader while livewire executes and reveives a response from backend. but it requires to be in a livewire component. in fact LivewireDatatable is a livewirecomponent as it extends but its views is not rendered. why? how can I put my loader into advanced one?

image

parmonov98 commented 3 years ago

https://livewire-datatables.com/complex

search for beforeTableSloft, afterTableSloft you can include blade view component