conditional table column
Hello i'm trying to make a conditional column..
I've follow this online tutorial to make a settings page https://blog.moonguard.dev/setting-page-with-filament
I've made some change to accept media (I'm using curator plugin) and what i want to achieve is a conditional column
If the type of my setting is media i want a CuratorColumn. For everything else a TextColumn but i don't know how to make this
I've follow this online tutorial to make a settings page https://blog.moonguard.dev/setting-page-with-filament
I've made some change to accept media (I'm using curator plugin) and what i want to achieve is a conditional column
If the type of my setting is media i want a CuratorColumn. For everything else a TextColumn but i don't know how to make this
Learn how to create custom settings page with Filament, from generating migrations to dynamically building the edit form.

Solution
I've finally opted for the custom view because I don't necessarily need a curatorColumn
SettingsResource.php
settingColumn.blade.php
SettingsResource.php
settingColumn.blade.php