dojox
»
VirtualGrid
» addRow
dojox.VirtualGrid.addRow
dojo.require("dojox.grid.VirtualGrid");
defined in dojox/grid/VirtualGrid.js
Add a row to the grid.
Usage
function ()
(view source)
this
.
updateRowCount
(
this
.
rowCount
+1
)
;