The table component is used to display data in a tabular format. It does not use the table element, but rather uses CSS Grid to achieve the same effect. These two
components are used to create a table layout:
<Table><TableRow><TableCell>columngrid-template-columns property.hoverfalse.head<Table columns="1fr 1fr" hover>
<TableRow head>
<TableCell>Col 1</TableCell>
<TableCell>Col 2</TableCell>
</TableRow>
<TableRow>
<TableCell>Value 1</TableCell>
<TableCell>Value 2</TableCell>
</TableRow>
<TableRow>
<TableCell>Value 1</TableCell>
<TableCell>Value 2</TableCell>
</TableRow>
</Table>