Toggleable Position change
Hi friends how to change toggleable opened dropdown to modal or slideover?

6 Replies
its filters, not toggable columns
The link Azad provided is directly to:
#Displaying filters in a modal
Sorry i thought you talk about filters, my bad. I don’t think it’s possible right now.
you can modify something like
https://filamentphp.com/docs/3.x/tables/columns/getting-started#customizing-the-toggle-columns-dropdown-trigger-action
But I don't think you can use modal or slideover because it is a
filament::dropdown
actually
https://github.com/filamentphp/filament/blob/3.x/packages/tables/resources/views/components/column-toggle/dropdown.blade.phpGitHub
filament/packages/tables/resources/views/components/column-toggle/d...
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS. - filamentphp/filament
Thank you kind person I have systems with large quantities of column This was terribly necessary!