I have a Tag column on this table. I want to be able to have different options for each row depending on the record type.
For instance if I have a row that has a category column value of Produce, I want the source column to have the options of ["Farmer Direct", "Distributor", "Other"], but if the category is Meat I want the source column to have the options of ["Local Butcher", "Packing Plant", "Other"].
I can't seem to find a perfect way to have this work, however I did think of an alternative - You could make a JS Transformer that did the work for you, e.g.
Hi @bradlymathews agreed that it wasn't designed for this use case, at least not yet. It wasn't implemented initially for performance reasons. We have a feature request for this, so I'll add a +1
I have also struggled to find a good solution for this, but the recommendation is to use expandable rows with nested Select components.
I have a very simple table that I was hoping not to clutter up with expandable rows and additional components. Would be nice to have the ability to restrict the mapped options for a tag in a simpler way.