Table - SelectFilter for Table Field
I have a SelectFilter for a field "map" which is a field in the table itself.
SelectFilter::make('Map'),
Now I want to populate the options with the available values.
For related tables it's working like a charm with relationship().
But how to make the options list dynamically from a table field?
0 Replies