FilamentF
Filament2y ago
HL

In a table, is it possible to have a header label for the table actions column?

Every other column has a label, except the ones with the table actions.
Solution
return $table
    ->actionsColumnLabel(__('Action'));
Was this page helpful?