lamed_table
Version:
Light table implementation
14 lines (9 loc) • 299 B
Markdown
# 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 |