tables.rowsoptions.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/tables > RowsOptions
RowsOptions interface
Signature:
export interface RowsOptions
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| format? | Record<string, ((d: any) => any) | undefined> | (Optional) Map of custom formatting functions per column. | |
| skipHeader? | boolean | (Optional) Indicates whether to skip the column headers as first row. | |
| stringify? | boolean | (Optional) Indicates whether to save each cell value as a string. Note that this just wraps in a template and does not attempt any formatting. |