-
Notifications
You must be signed in to change notification settings - Fork 0
Table
Rafael de Bastiani edited this page Jul 15, 2017
·
1 revision
<Table>
<TableHeader>
<TableCol flexGrow={2}>Titulo</TableCol>
<TableCol flexGrow={6}>Corpo da Página</TableCol>
<TableCol flexGrow={6}>Ações</TableCol>
</TableHeader>
<TableRow key={1}>
<TableCol flexGrow={2}>test 1</TableCol>
<TableCol flexGrow={6}>test 2</TableCol>
<TableCol flexGrow={6}>actions</TableCol>
</TableRow>
<TableRow key={2}>
<TableCol flexGrow={2}>test 1-1</TableCol>
<TableCol flexGrow={6}>test 2-2</TableCol>
<TableCol flexGrow={6}>actions</TableCol>
</TableRow>
</Table>