UNPKG

lamed_table

Version:
14 lines (9 loc) 352 B
# 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. |