Optional
append
Option which will arbitrarily append a string immediately below the table, ignoring block-level settings.
Optional
pipeFunction to replace pipes in a cell's content, which is necessary to avoid breaking the table layout.
Function which replaces pipe characters with the entity "|".
Optional
prefixDetermines whether the "prefix" specified via RenderOptions is applied to cell values or not. If set to true, every data cell (excluding table headers and the separator row) will have the prefix prepended. If set to false, then the prefix will not be included in the cells.
In any case, the prefix will be prepended to every row of the table (including header and separator rows).
true
The table row and column data, and identifying property for the renderer.
The column headers for the table.
The row data for the table.
Generated using TypeDoc
A markdown entry for generating tables.