WIP Table Sumary

This commit is contained in:
Patrick Fic
2020-10-23 14:12:35 -07:00
parent 6929da6679
commit 7924b4207d
4 changed files with 4135 additions and 3620 deletions

View File

@@ -154,6 +154,14 @@ export default function JobLinesTableMolecule({ loading, job }) {
x: true,
y: "20rem",
}}
summary={() => (
<Table.Summary.Row>
<Table.Summary.Cell index={0}>Summary</Table.Summary.Cell>
<Table.Summary.Cell index={1}>
This is a summary content
</Table.Summary.Cell>
</Table.Summary.Row>
)}
/>
</div>
);