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