lamed_table
Version:
Light table implementation
15 lines (10 loc) • 406 B
Markdown
# Function colsAddColumns()
>**colsAddColumns**(table, colNames, defaultValue = '')
- Add columns to a table object
- See [Functions](../functions.md)
## Parameters
| Parameter |Type |Default |Description |
| ---- | ---- | ---- | ---- |
**table** |object | |the table object |
**colNames** |array | |string array of column names |
**defaultValue** |string |'' |the default value for the new columns |