awcodes/filament-sticky-header
Filament Panel plugin that makes page headers sticky while scrolling. Install via Composer, import the plugin CSS into your custom theme, then register StickyHeaderPlugin in your panel provider. Includes optional Floating theme and colored header styling.
Adopt if:
Look elsewhere if:
For Executives: "This package adds a sticky header to our Filament admin panel with a one-line code change, improving usability for teams navigating long forms or data tables. It’s a low-risk, high-impact UX upgrade—maintained by the community, with no licensing costs—that aligns with our modular tooling strategy. Similar to how we adopted [other Filament plugins], this reduces dev overhead while enhancing productivity."
For Engineers:
*"The awcodes/filament-sticky-header plugin solves a common pain point in Filament apps: headers disappearing during scroll. Key benefits:
Implementation: Add to your panel() method in 5 minutes. Example:
StickyHeaderPlugin::make()
->floating(fn() => request()->wantsJson()) // Conditional logic
->disabledOn([MyCustomPage::class]);
```"*
How can I help you explore Laravel packages today?