dojox.grid.data.DojoData.remove
dojo.require("dojox.grid._data.model");
defined in dojox/grid/_data/model.js
Function to remove a set of items from the store based on the row index.
Usage
function (inRowIndexes) (view source)
parameter | type | description |
---|---|---|
inRowIndexes | array of row indexes from the grid to remove from the store. Call delete on the store |