UNPKG

@native-html/table-plugin

Version:

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

14 lines (8 loc) • 586 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; [TableConfig](./table-plugin.tableconfig.md) &gt; [computeHeuristicContentHeight](./table-plugin.tableconfig.computeheuristiccontentheight.md) ## TableConfig.computeHeuristicContentHeight property A function to compute approximate content height before the real content height has been fetched on DOM mount. <b>Signature:</b> ```typescript computeHeuristicContentHeight?: (state: HTMLTableStats) => number; ```