Function
Initialize properties
If object properties or array elements specified in 'columns' property are not Wires, Wires are created from them as arguments, with 'parent' property set to this Wire instance.
Arguments to initialize properties columns: An object or array containing child Wires for column values
Function
A root array
Return an array of table row value (object or array)
This method iterates over an array specified to 'object' argument and calls getValue() method of the child Wires with each element of the array to get a row object or array. Finally, an array with the row objects or arrays are retuned.
An array of table row value
Array
Function
Not supported
Function
Return an array or object for a table row
This method calls getValue() method of the child Wires to create a row object or array.
An array or object for a table row
Array||Object
Object
Object