@native-html/table-plugin
Version:
🔠A WebView-based plugin to render tables in react-native-render-html
26 lines (17 loc) • 1.25 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@native-html/table-plugin](./table-plugin.md) > [HTMLTableBaseProps](./table-plugin.htmltablebaseprops.md)
## HTMLTableBaseProps interface
Base props for HTMLTable original and custom components.
<b>Signature:</b>
```typescript
export interface HTMLTableBaseProps extends HTMLTableStats
```
<b>Extends:</b> [HTMLTableStats](./table-plugin.htmltablestats.md)
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [html](./table-plugin.htmltablebaseprops.html.md) | string | The outerHtml of <table> tag. |
| [htmlAttribs?](./table-plugin.htmltablebaseprops.htmlattribs.md) | Record<string, string> | <i>(Optional)</i> Html attributes for this table node. |
| [onLinkPress?](./table-plugin.htmltablebaseprops.onlinkpress.md) | RenderersProps\['a'\]\['onPress'\] | <i>(Optional)</i> Intercept links press. |
| [sourceBaseUrl?](./table-plugin.htmltablebaseprops.sourcebaseurl.md) | string | <i>(Optional)</i> The base to resolve relative URLs. |
| [WebView](./table-plugin.htmltablebaseprops.webview.md) | ComponentType<any> | The <code>WebView</code> Component you wish to use. |