F
Filament8mo 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
Vp8mo ago
return $table
->actionsColumnLabel(__('Action'));
return $table
->actionsColumnLabel(__('Action'));
HL
HLOP8mo ago
Thank you!
Want results from more Discord servers?
Add your server