How to clear all selections in a data table?

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();
         }

unselectAll() doesn’t work fo the datatable.
Please, check its API, there’s another method - clearSelection()

Thanks, again!

The above inconsistency will be fixed in the next update ( both clearSelection and unselectAll will work for datatable )