Functiondojox.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)
parametertypedescription
arrayArrayof row values to add.