zeeshantariq/filament-sticky-columns
Add sticky (frozen) columns to Filament tables (v3–v5). Pin one or more columns left or right with automatic offsets, dark-mode friendly styling, and scroll shadows. Use the StickyColumn drop-in or call ->sticky() on any column.
.fi-ta-content-ctn.fi-fixed-positioning-context in addition to .fi-ta-table-wrapper.data-sticky-wrapper when hook classes are missing.resources/dist/filament-sticky-columns.css to ensure php artisan filament:assets works in consuming projects.HasStickyColumn trait with ->sticky(), ->stickyRight(), ->stickyZIndex() fluent methodsStickyColumn drop-in TextColumn subclass, sticky LEFT by default->right() shorthand alias on StickyColumnoffsetWidth measurement->sticky(offset: 60)sticky-shadow-active CSS class)Livewire.hook('commit', ...))livewire:navigated, livewire:update events)window.FilamentStickyColumns.refresh() for manual re-triggerz_index, background, shadow, shadow_colorHow can I help you explore Laravel packages today?