Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 704 Bytes

table-plugin.htmltable.md

File metadata and controls

13 lines (8 loc) · 704 Bytes

Home > @native-html/table-plugin > HTMLTable

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.

Signature:

HTMLTable: ({ WebView, tableStyleSpecs, cssRules, html, sourceBaseUrl, animationType, computeHeuristicContentHeight, computeContainerHeight, webViewProps: userWebViewProps, style, onLinkPress, animationDuration, htmlAttribs, maxScale, ...stats }: HTMLTableProps) => JSX.Element