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))

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function