FilamentF
Filament3y ago
Adel

multiple column type for the same column

I have dynamic feature builder which will be attached to resource. these features can have different types (select, text, checkbox). I want to show the value of these features based on the feature type.

ex. if the feature is of type checkbox I want to show ToggleColumn but if the type is text I want to show TextColumn.

how to achieve this in filament?
Was this page helpful?