A Way to De-select a Table Row

You’re right that there should be a straightforward way to do it, but for now you can do:

$w('#table').rows = $w('#table').rows;