ModestasV
Align heading with search bar
In theory, it is possible using Render Hooks:
https://filamentexamples.com/tutorial/move-create-button-to-search-and-filters-toolbar?source=search
3 replies
Tailwind css not working on full-page livewire component
This might help you:
https://filamentexamples.com/tutorial/tailwind-css-class-not-found-how-to-add-them?source=search
In short - tailwind comes with required classes for Filament to work. If you need anything custom - you have to create a theme 🙂
24 replies
Big Reports in Filament
You could try to use: https://filamentphp.com/docs/3.x/tables/advanced#deferring-loading
3 replies
Can't style a view in a hook ?
Filament only brings the classes it needs to have it's UI working. Bringign all would be a huge load for just a few required classes.
That's why, if you need custom styling - they recommend you to create a new theme and use it 🙂 It will inherit original colors as needed, but you can then build your custom stuff
15 replies