Functiondojox.VirtualGrid.setStructure

dojo.require("dojox.grid.VirtualGrid");
defined in dojox/grid/VirtualGrid.js

A grid structure is an array of view objects. A view object can specify a view type (view class), width, noscroll (boolean flag for view scrolling), and cells. Cells is an array of objects corresponding to each grid column. The view cells object is an array of subrows comprising a single row. Each subrow is an array of column objects. A column object can have a name, width, value (default), get function to provide data, styles, and span attributes (rowSpan, colSpan).

Usage

function (/*Object*/ inStructure) (view source)
parametertypedescription
inStructureObjectStructure object defines the grid layout and provides various options for grid views and columns