Table component action to select row

Based on this post.

Yes, Please!!

Ideally it would have a companion feature in the List component.
Something like (not anywhere near real Skuid JS)
list.item[0].select = true
or list.selectItem(0) or list.selectRow(0)

Like this idea but on based on the component? Target Row by Index and Get Index from Row

This could get really tricky if there’s a repeating component. Such as components in a drawer or deck.