Adding table to Livewire Component
I am adding a filament table to a livewire component, and just wanted to know how I can get the pagination and display limit to work
6 Replies
help pls
Try this and follow #✅┊rules for code format (no image)
And base on the
per page
image (white bg in select) you need to update your versionthankyou for your help @Vp
turns out the wrong styles and scripts where being imported in the app.blade
@Vp do you know how to style the table in the blade, its currently got the dark theme due to my system
If you inspect the elements you can see like
fi-ta-***
using these classes you can override it@Vp thanks, i appreciate your help