Custom row classes
Hi everyone, i'm trying to use this code : recordClasses(fn (Model $record) => match ($record->is_confidential) {
true => 'bg-red-500',
default => null,
})
but that is not working and without errors.
thank you
true => 'bg-red-500',
default => null,
})
but that is not working and without errors.
thank you
Solution
If you are using the panel builder: https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme
if you are using the table builder only: https://filamentphp.com/docs/3.x/tables/installation#installing-tailwind-css
if you are using the table builder only: https://filamentphp.com/docs/3.x/tables/installation#installing-tailwind-css