F
Filament3mo ago
Guru

Place date picker filter on table header actions

Hi, Anyone know, how to place an date picker on the table header near by that select (marked in red)? Thanks in advance.
No description
2 Replies
ybzhnitees
ybzhnitees3mo ago
You can try this in ListEbMeterReading.php
public function boot(): void
{
FilamentView::registerRenderHook(
TablesRenderHook::TOOLBAR_START,
callBackFunction())
);
}
public function boot(): void
{
FilamentView::registerRenderHook(
TablesRenderHook::TOOLBAR_START,
callBackFunction())
);
}

Did you find this page helpful?