Nostromo
Nostromo
FFilament
Created by Nostromo on 2/26/2024 in #❓┊help
QueryBuilder not found
Why am I getting this error Class "Filament\Tables\Filters\QueryBuilder" not found when I've added use Filament\Tables\Filters\QueryBuilder; ? Does this class have any dependencies that I may have missed ? Partial code below ->filters([ QueryBuilder::make() ->constraints([ TextConstraint::make('name'), ]), ], layout: FiltersLayout::AboveContent)
2 replies
FFilament
Created by Nostromo on 10/25/2023 in #❓┊help
Custom ViewColumn styles
How can the contents of my custom column have the same css styling applied as in the cells of "normal" columns? It's possible to just copy the html that I see in the page source but that's probably not the best idea. Thanks!
4 replies