F
Filament6mo ago
Darnes

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:
Just add basic custom css? I used: ```css .fi-ta-ctn .py-4 { padding-top: .5rem !important;...
Jump to solution
5 Replies
Solution
toeknee
toeknee6mo ago
Just add basic custom css? I used:
.fi-ta-ctn .py-4 {
padding-top: .5rem !important;
padding-bottom: .5rem !important;
}
.fi-ta-ctn .py-4 {
padding-top: .5rem !important;
padding-bottom: .5rem !important;
}
Darnes
Darnes6mo ago
please where I put this css
toeknee
toeknee6mo ago
To your stylesheet? you'll need to theme it so you get a custom stylesheet: https://filamentphp.com/docs/3.x/panels/themes
toeknee
toeknee6mo ago
then the .css file is in: reources/css/filament/app/theme.css (replacing app) with whatever your applciation name spacing uses.
Darnes
Darnes6mo ago
ohoooo very nice , I do it . I am very thank
Want results from more Discord servers?
Add your server
More Posts
Rendering Modified User Form View from Vendor FileI have modified some code in the vendor file of a user resource, specifically in the "create user" fFilament app work on "http" but not on "https" on a VPS with SSLHi, my Filament app work on "http" but not on "https" on a VPS. I have configured a SSL certificate Prefilling a Field in "Create New Option" Modal of a Select Component in FilamentPHP**I want to prefill a field in the "create new option" modal, Here's the code I've tried, but it doesToggle column with confirmationCan we show confirmation modal when table toggle is changed? I want the confirmation to pop-up whenSummerise when using cents?As I am now storing values as intergers, what's the recommend approach for Summerising? Wondering ifCSRF issue on passing ZAP Security TestI go some medium Risk Level after User scan the website. I am using the "Filament Form" to do some Use Notification for error 500 in productionHello, With error handling, how do you manage to display a notification instead of the classical bigHi is it possible to add an action to a Grouped set of rows (so the button is on the group row)?Hi is it possible to add an action to a Grouped set of rows (so the button is on the group row)?How to get the value of an attribute in a repeater with relation?I have two models Year and Periods, they are related from one to many. But with the Get $get attribuHow to click multiple times on the screen.I have 1 form + 1 action button of that form (called button A). Below the form there is a list, each