@native-html/heuristic-table-plugin
Version:
🔠A 100% native component using heuristics to render tables in react-native-render-html
25 lines (14 loc) • 798 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) > [getStyleForCell](./heuristic-table-plugin.heuristictablepluginconfig.getstyleforcell.md)
## HeuristicTablePluginConfig.getStyleForCell() method
Customize cells appearance with this function.
<b>Signature:</b>
```typescript
getStyleForCell?(cell: TableCell): ViewStyle | null;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| cell | [TableCell](./heuristic-table-plugin.tablecell.md) | The cell for which styles should be provided. |
<b>Returns:</b>
ViewStyle \| null