Default behavior is to de-select row when clicked twice. In some use cases, you might want to disable this de-selecting behavior.
Note
table.deselectItem(item) method will imperatively deselect an item. This works with both item or index (when using items array) as an argument.
Working jsBin
<...