UNPKG

@native-html/heuristic-table-plugin

Version:

🔠 A 100% native component using heuristics to render tables in react-native-render-html

23 lines (14 loc) • 919 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; [TableCellPropsFromParent](./heuristic-table-plugin.tablecellpropsfromparent.md) ## TableCellPropsFromParent interface Props received by td and th custom renderers in `propsFromParent` prop field. <b>Signature:</b> ```typescript export interface TableCellPropsFromParent extends PropsFromParent ``` <b>Extends:</b> PropsFromParent ## Properties | Property | Type | Description | | --- | --- | --- | | [cell](./heuristic-table-plugin.tablecellpropsfromparent.cell.md) | [TableCell](./heuristic-table-plugin.tablecell.md) | | | [config?](./heuristic-table-plugin.tablecellpropsfromparent.config.md) | [HeuristicTablePluginConfig](./heuristic-table-plugin.heuristictablepluginconfig.md) | <i>(Optional)</i> |