Home > @native-html/heuristic-table-plugin > HeuristicTablePluginConfig > getStyleForCell
Customize cells appearance with this function.
Signature:
getStyleForCell?(cell: TableCell): ViewStyle | null;
Parameter | Type | Description |
---|---|---|
cell | TableCell | The cell for which styles should be provided. |
Returns:
ViewStyle | null