@native-html/table-plugin
Version:
🔠A WebView-based plugin to render tables in react-native-render-html
14 lines (8 loc) • 386 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@native-html/table-plugin](./table-plugin.md) > [tableModel](./table-plugin.tablemodel.md)
## tableModel variable
The model to attach to custom table renderers.
<b>Signature:</b>
```typescript
tableModel: HTMLElementModel<'table', HTMLContentModel.block>
```