> tableView.removeSelectedIndex(rowIndex); removeSelectedIndex() removes the given value from the list of selected indexes. It does not remove the item from the model. You can use List#remove() to do that.
FYI, I'm moving this to the user list since it isn't a dev question - please make sure you subscribe to the list if you want to see any future responses. G
