Home > @native-html/table-plugin > HTMLTable
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.
Signature:
HTMLTable: ({ WebView, tableStyleSpecs, cssRules, html, sourceBaseUrl, animationType, computeHeuristicContentHeight, computeContainerHeight, webViewProps: userWebViewProps, style, onLinkPress, animationDuration, htmlAttribs, maxScale, ...stats }: HTMLTableProps) => JSX.Element