# Function rowAdd()

>**rowAdd**(table, items)
- Add row to the table

- See [Functions](../functions.md)

## Parameters

| Parameter |Type |Default |Description |
|  ---- | ---- | ---- | ---- |
**table** |object | |the table object |
**items** |array | |string array of items to add to the table |
