dojox.wire.demos.TableContainer.addRow
dojo.require("dojox.wire.demos.TableContainer");
defined in dojox/wire/demos/TableContainer.js
Function to add in a new row from the elements in the array map to cells in the row.
Usage
function (/*Array*/ array) (view source)
parameter | type | description |
---|---|---|
array | Array | of row values to add. |