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