F
Filament12mo 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'));
return $table
->actionsColumnLabel(__('Action'));
...
Jump to solution
2 Replies
Solution
Vp
Vp12mo ago
return $table
->actionsColumnLabel(__('Action'));
return $table
->actionsColumnLabel(__('Action'));
HL
HLOP12mo ago
Thank you!

Did you find this page helpful?