Add deselect function to API
This commit is contained in:
parent
a475773c7c
commit
49d40e77ad
|
|
@ -232,6 +232,11 @@
|
|||
}
|
||||
})
|
||||
}
|
||||
|
||||
DataGrid.prototype.deselect = function() {
|
||||
this.gridInstance.deselectCell()
|
||||
}
|
||||
|
||||
DataGrid.prototype.setData = function(data) {
|
||||
this.gridInstance.loadData(data)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue