- Index
 - »
 - axon
 - »
 - func:addRows
 
def
func:addRows
addRows(grid, newRows)
Add an list of rows to the end of a grid. The newRows may be expressed as list of Dict or a Grid.
Example:
readAll(site).addRows(readAll(equip))
Add an list of rows to the end of a grid. The newRows may be expressed as list of Dict or a Grid.
Example:
readAll(site).addRows(readAll(equip))