What's Changed
New Features
- Header Toolbar: New
headerToolbar()method renders filter/search controls inline with the page title for a compact board layout. Supports Dropdown and Modal filter layouts. Disabled by default for backward compatibility.
Bug Fixes
- Fix filter dropdown styling by using native Filament CSS context (
fi-ta-ctn) instead of inline JS workaround - Add proper Modal/slide-over support to header toolbar
- Respect
TablesRenderHook::FILTER_INDICATORSin header toolbar
Documentation
- Add
headerToolbar()to API reference and customization guide
Full Changelog: v4.0.6...v4.0.7