I thought this was addressed pretty clearly in the docs, but I couldn’t get it to work for data tables. What am I missing?
{view:"button",
value:"Unselect",
inputWidth:70,
click: function() {
// TODO: This doesn't work
$$(dtbl_id).unselectAll();
}