UNPKG

@native-html/heuristic-table-plugin

Version:

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

22 lines (13 loc) • 866 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; [TableFlexColumnContainer](./heuristic-table-plugin.tableflexcolumncontainer.md) ## TableFlexColumnContainer interface A container to display items in columns (think 'flex-direction: column') <b>Signature:</b> ```typescript export interface TableFlexColumnContainer ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [children](./heuristic-table-plugin.tableflexcolumncontainer.children.md) | ([TableFlexRowContainer](./heuristic-table-plugin.tableflexrowcontainer.md) \| [TableCell](./heuristic-table-plugin.tablecell.md)<!-- -->)\[\] | | | [type](./heuristic-table-plugin.tableflexcolumncontainer.type.md) | 'col-container' | |