@native-html/heuristic-table-plugin
Version:
🔠A 100% native component using heuristics to render tables in react-native-render-html
24 lines (15 loc) • 918 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@native-html/heuristic-table-plugin](./heuristic-table-plugin.md) > [HTMLTableProps](./heuristic-table-plugin.htmltableprops.md)
## HTMLTableProps interface
Props for the [HTMLTable](./heuristic-table-plugin.htmltable.md) component.
<b>Signature:</b>
```typescript
export interface HTMLTableProps extends CustomRendererProps<TBlock>
```
<b>Extends:</b> CustomRendererProps<TBlock>
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [config](./heuristic-table-plugin.htmltableprops.config.md) | [HeuristicTablePluginConfig](./heuristic-table-plugin.heuristictablepluginconfig.md) | |
| [layout](./heuristic-table-plugin.htmltableprops.layout.md) | TableLayout | |
| [settings](./heuristic-table-plugin.htmltableprops.settings.md) | Settings | |