lamed_table
Version:
Light table implementation
15 lines (10 loc) • 340 B
Markdown
# 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 |