@native-html/heuristic-table-plugin
Version:
🔠A 100% native component using heuristics to render tables in react-native-render-html
14 lines (8 loc) • 543 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) > [forceStretch](./heuristic-table-plugin.heuristictablepluginconfig.forcestretch.md)
## HeuristicTablePluginConfig.forceStretch property
When true, force the table to stretch to the available width.
<b>Signature:</b>
```typescript
forceStretch?: boolean;
```