toggleable() not working with Split?
I have the following table columns
However, the column is always visible. When I click on the on the checkbox to toggle its visibility, the only thing that changes is that the option disappears from the sorting dropdown.
If I remove the
Split::make()
part and only have the columns, it works as expected
Is toggleable()
not compatible with Split
or am I doing something wrong?Solution:Jump to solution
GitHub
Column Toggleable() doesn't work with Table Split · Issue #7572 · f...
Package filament/filament Package Version v3 Laravel Version v10 Livewire Version v3 PHP Version 8.1 Problem description Here is a video of a classic table toggleable() in filamentphp: Enregistreme...
5 Replies
Here's an example of how it looks
Solution
GitHub
Column Toggleable() doesn't work with Table Split · Issue #7572 · f...
Package filament/filament Package Version v3 Laravel Version v10 Livewire Version v3 PHP Version 8.1 Problem description Here is a video of a classic table toggleable() in filamentphp: Enregistreme...
GitHub
table toggleable function not working in split::make · Issue #6158...
Package filament/tables Package Version v2.x Laravel Version v10 Livewire Version v2 PHP Version php 8.1 Problem description table toggleable function not working in split::make Expected behavior j...
Oh ok, so it's a known issue. Cool, thanks!
If you have read it right, it is not implemented and also it will not be implemented. Only if you submit the PR with how to implement it withoud breaking the layout (shifting and stuff)