@native-html/table-plugin
Version:
🔠A WebView-based plugin to render tables in react-native-render-html
23 lines (14 loc) • 757 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@native-html/table-plugin](./table-plugin.md) > [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 |