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?
4 Replies
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..
Sorry, this is the standard dropdown, not a custom
Solution
You can use a grid
$table->columnToggleFormColumns(2)
Thanks!