Search
Get Started
F
Filament
•
2y 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
Filament
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,361
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
return
$table
->
actionsColumnLabel
(
__
(
'Action'
));
return
$table
->
actionsColumnLabel
(
__
(
'Action'
));
Similar Threads
Table Actions Column Label alignment
F
Filament / ❓┊help
16mo ago
Label for Table Actions
F
Filament / ❓┊help
15mo ago
Actions in a table group header
F
Filament / ❓┊help
9mo ago
Custom label in header column cells for repeater
F
Filament / ❓┊help
4mo ago