UNPKG

@native-html/table-plugin

Version:

🔠 A WebView-based plugin to render tables in react-native-render-html

14 lines (8 loc) • 704 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@native-html/table-plugin](./table-plugin.md) &gt; [HTMLTable](./table-plugin.htmltable.md) ## HTMLTable variable A component capable of rendering a html string which root tag is a table tag. This component should not be used directly, except with custom renderers. <b>Signature:</b> ```typescript HTMLTable: ({ WebView, tableStyleSpecs, cssRules, html, sourceBaseUrl, animationType, computeHeuristicContentHeight, computeContainerHeight, webViewProps: userWebViewProps, style, onLinkPress, animationDuration, htmlAttribs, maxScale, ...stats }: HTMLTableProps) => JSX.Element ```