Add dynamic columns in table
Hello,
Not help but maybe somebody can find it when searching.
I was looking to add some columns to my table. I have a resource who has many states. The states can be created dynamically from the database and in my case the relation is MorphToMany π
But easy to add it to Filament :
1/ Add the getTableColumns() function
2/ Inside, push new columns to exist ones
Enjoy
0 Replies