blue_subbie
blue_subbie
FFilament
Created by blue_subbie on 3/12/2024 in #❓┊help
Define table fixed table height
I'm trying to fix table height to specific size and get table records scrolling inside. How I can achieve this?
2 replies
FFilament
Created by blue_subbie on 3/6/2024 in #❓┊help
filtersForm()
Im using custom livewire page with widget with table. I have defined filter form and $this->filters is always null and I can't make the table reactive to the form
2 replies
FFilament
Created by blue_subbie on 8/13/2023 in #❓┊help
Method Filament\Panel::getDomains does not exist. when installing filament-breezy
Fresh v3 installation giving me this: Method Filament\Panel::getDomains does not exist. at vendor/filament/support/src/Concerns/Macroable.php:72 68▕ { 69▕ $macro = static::getMacro($method); 70▕ 71▕ if ($macro === null) { ➜ 72▕ throw new BadMethodCallException(sprintf( 73▕ 'Method %s::%s does not exist.', 74▕ static::class, 75▕ $method, 76▕ )); i Bad Method Call: Did you mean Filament\Panel::getDomain() ?
7 replies
FFilament
Created by blue_subbie on 3/12/2023 in #❓┊help
How to force dark mode in standalone form and table
Hello, I'm using standalone form and table in front end of the site. I would like to force dark mode ( admin is already in dark mode). How to do it? Thanks,
3 replies
FFilament
Created by blue_subbie on 3/12/2023 in #❓┊help
Switch layout from List To Grid in Table
HI, I would like to create button in the table header that allow for switching between list and grid view. I cannot find any references of how to do it.
3 replies