Functiondojox.grid.data.DojoData._removeItems

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 (/*Array*/ inRowIndexes) (view source)
parametertypedescription
inRowIndexesArrayAn array of row indexes from the grid to remove from the store.