FilamentF
Filament15mo ago
Zoltar

table filter icon - add text after or before icon

Hello,

Is it possible to insert text next to or before the table filter icon?
Solution
$table
  ->filtersTriggerAction(
    fn (Action $action) => $action->button()->label('New Filter Name')
  );
Was this page helpful?