# Function colsAddColumn()

>**colsAddColumn**(table, colName, value)
- Add a column to a table object

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

## Parameters

| Parameter |Type |Default |Description |
|  ---- | ---- | ---- | ---- |
**table** |object | |the table object |
**colName** | | | |
**value** |string | |the value for the new column |
