I have a UDTable using columns, 1 column has rendering using a UDSelect. The table also has selections enabled for the rows. I know how to get the selected rows details, but how can I get the UDSelect value from each selected row?
Sorry. That was just an example. The RowID would need to be some identifying property on your objects. Is there anything you could use like that? What are you passing into the table?
Well I feel dumb now, looks like my VSCode was giving me that as an autocomplete and obviously I didn’t notice. Thanks! Looks good now, thanks for your help as usual.