UNPKG

@native-html/table-plugin

Version:

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

23 lines (14 loc) • 757 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; [HTMLTableStats](./table-plugin.htmltablestats.md) ## HTMLTableStats interface An object holding information on the table shape. <b>Signature:</b> ```typescript export interface HTMLTableStats ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [numOfChars](./table-plugin.htmltablestats.numofchars.md) | number | Number of text characters. | | [numOfColumns](./table-plugin.htmltablestats.numofcolumns.md) | number | Number of columns. | | [numOfRows](./table-plugin.htmltablestats.numofrows.md) | number | Number of rows, header included |