F
Filament5mo ago
Abi

Change the Width of the Filter Popup on the Table Builder

How do I change the width of the Filter Popup on the Table Builder? I have a Query Builder with multiple constraints and the popup seems broken.
No description
Solution:
$table->filtersFormWidth('md')
Jump to solution
6 Replies
Solution
LeandroFerreira
LeandroFerreira5mo ago
$table->filtersFormWidth('md')
Abi
Abi5mo ago
thank you. let me try that. Additionally, how do I change the value of the selection that says Color is 218 instead I want to show the value as the string associated with that id Cornsilk
LeandroFerreira
LeandroFerreira5mo ago
are you using custom filter form? maybe via $get ?
Abi
Abi5mo ago
Using a Filament\Tables\Filters\QueryBuilder
LeandroFerreira
LeandroFerreira5mo ago
hum, I don't know
Abi
Abi5mo ago
filtersFormWidth worked, BTW. Still trying to figure out how to show the value