How to Create a Livewire List Table with Filament's Default Design
I'm building a Livewire component to display a list/table to reduce loading times when dealing with 40,000 records. However, I'd like to avoid creating a custom design for the Livewire table and instead reuse the default list table template from Filament. Is there a way to achieve this?
1 Reply
Why not use a Filemant table instead? You use a pagination... the amount of records are the same on your custom livewire comp