How can customize table row height , padding ?
I try to change the row height of filament table but I do not see any thing about it in document .
Solution:Jump to solution
Just add basic custom css? I used:
```css
.fi-ta-ctn .py-4 {
padding-top: .5rem !important;...
5 Replies
Solution
Just add basic custom css? I used:
please where I put this css
To your stylesheet? you'll need to theme it so you get a custom stylesheet:
https://filamentphp.com/docs/3.x/panels/themes
then the .css file is in: reources/css/filament/app/theme.css (replacing app) with whatever your applciation name spacing uses.
ohoooo very nice , I do it . I am very thank