table filter icon - add text after or before icon
Hello,
Is it possible to insert text next to or before the table filter icon?
Is it possible to insert text next to or before the table filter icon?
$table
->filtersTriggerAction(
fn (Action $action) => $action->button()->label('New Filter Name')
);