Column type (Dropdown) inside table

Hello everyone,

I'm trying the column type: Tag (Dropdown) column option inside a table.
Is it possible to dynamically change the default value for the dropdown using a Javascript transformer or Javascript query?

If this is possible, does anyone have an example to try?
Is it possible to set a different default value for each row within the dropdown?
If this is not possible, is there any other alternative type for the column.

Thanks.

Hey @dynamic!

The only way I'm thinking at the moment is to modify the underlying table data using a similar method you would for creating a custom tag column (see this post). What would determine how the column is set? And how many rows might your table have?