@native-html/heuristic-table-plugin
Version:
🔠A 100% native component using heuristics to render tables in react-native-render-html
27 lines (16 loc) • 936 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@native-html/heuristic-table-plugin](./heuristic-table-plugin.md) > [HeuristicTablePluginConfig](./heuristic-table-plugin.heuristictablepluginconfig.md)
## HeuristicTablePluginConfig interface
Options to customize this plugin renderers.
<b>Signature:</b>
```typescript
export interface HeuristicTablePluginConfig
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [forceStretch?](./heuristic-table-plugin.heuristictablepluginconfig.forcestretch.md) | boolean | <i>(Optional)</i> When true, force the table to stretch to the available width. |
## Methods
| Method | Description |
| --- | --- |
| [getStyleForCell(cell)?](./heuristic-table-plugin.heuristictablepluginconfig.getstyleforcell.md) | <i>(Optional)</i> Customize cells appearance with this function. |