F
Filament16mo ago
Bloom

Header action to the left of the page

How to place header action to the left of the page instead of the default right side
1 Reply
Bloom
BloomOP16mo ago
->headerActions([
ExportAction::make()->exports([
ExcelExport::make()->fromTable(),
])
], position: HeaderActionsPosition::Bottom);
->headerActions([
ExportAction::make()->exports([
ExcelExport::make()->fromTable(),
])
], position: HeaderActionsPosition::Bottom);
Solved it

Did you find this page helpful?