lamed_table
Version:
Light table implementation
15 lines (10 loc) • 398 B
Markdown
# Function table2MD()
>**table2MD**(table, boldColumn = -1, heading = '')
- Convert a array table to markdown table
- See [Functions](../functions.md)
## Parameters
| Parameter |Type |Default |Description |
| ---- | ---- | ---- | ---- |
**table** |object | |The table object |
**boldColumn** | |-1 | |
**heading** |string |'' |The heading to use for the markdown table. Default = table name |