lamed_table
Version:
Light table implementation
16 lines (11 loc) • 383 B
Markdown
# Function rowSet()
>**rowSet**(table, row, colName, item)
- Put an item into a row at heading location
- See [Functions](../functions.md)
## Parameters
| Parameter |Type |Default |Description |
| ---- | ---- | ---- | ---- |
**table** |object | |the table object |
**row** |array | |the row array |
**colName** |string | |the column name |
**item** |string | |the item to add |