Hide non toggable/reordearble columns from Column Manager
In Filament 4, the Column Manager appears automatically when any column is toggable or reorderable, but it shows the fixed columns too (although you can't manipulate them). Is it possible to hide the fixed columns completely from the Column Manager?
Solution:Jump to solution
@RN-R This is being discussed here: https://github.com/filamentphp/filament/issues/17643#issuecomment-3256974201
GitHub
Column manager disappears off top of screen when using relation man...
Package filament/filament Package Version v4.0.6 Laravel Version v12.27.1 Livewire Version v.3.6.4 PHP Version php 8.2 Problem description When using a relation manager and clicking the column mana...
2 Replies
Solution
@RN-R This is being discussed here: https://github.com/filamentphp/filament/issues/17643#issuecomment-3256974201
GitHub
Column manager disappears off top of screen when using relation man...
Package filament/filament Package Version v4.0.6 Laravel Version v12.27.1 Livewire Version v.3.6.4 PHP Version php 8.2 Problem description When using a relation manager and clicking the column mana...
Oh, I see, thanks @Kenneth Sese.