Javascript SelectColumn
I see that the Form Select component allows for a javascript option by passing in
native(false)
.
However, I can't see the same option in the Table SelectColumn component. Is it not possible, or am I missing something obvious?2 Replies
I would be interested in hearing a response to this question.
At the present time, there does not appear to be a non-native option for the Table SelectColumn component.
The Form Select field has a check for native:
https://github.com/filamentphp/filament/blob/2c8dd2f37ae94262149ae9fe4d013faaba0a9b9a/packages/forms/resources/views/components/select.blade.php#L38
But the Table one does not:
https://github.com/filamentphp/filament/blob/3.x/packages/tables/resources/views/columns/select-column.blade.php
GitHub
filament/packages/tables/resources/views/columns/select-column.blad...
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
GitHub
filament/packages/forms/resources/views/components/select.blade.php...
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