lamed_table
Version:
Light table implementation
14 lines (9 loc) • 352 B
Markdown
# Function create()
>**create**(columns, tableName = 'tableName')
- Create a table object with the specified columns
- See [Functions](../functions.md)
## Parameters
| Parameter |Type |Default |Description |
| ---- | ---- | ---- | ---- |
**columns** |array | |string array of the columns to add |
**tableName** |string |'tableName' |table name. |