F
Filament9mo ago
rabol

Is it possible to make the toggle column dropdown scrollable?

I have a resource with 30+ columns, in the list I have made most of them toggable, but that makes the list of fields very long and one cannot see all in the list. Is it possible to make the 'drop-down' scrollable?
No description
Solution:
You can use a grid $table->columnToggleFormColumns(2)
Jump to solution
4 Replies
Sjoerd24
Sjoerd249mo ago
Why not make it a multiple select field? If it is anyways just on or off that is logic you can handle in the code somewhere..
rabol
rabolOP9mo ago
Sorry, this is the standard dropdown, not a custom
Solution
LeandroFerreira
LeandroFerreira9mo ago
You can use a grid $table->columnToggleFormColumns(2)
rabol
rabolOP9mo ago
Thanks!

Did you find this page helpful?