UNPKG

@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
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@native-html/heuristic-table-plugin](./heuristic-table-plugin.md) &gt; [HeuristicTablePluginConfig](./heuristic-table-plugin.heuristictablepluginconfig.md) &gt; [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