changing table container to a box
This commit is contained in:
parent
3e44b8ae46
commit
d9f57f8057
1 changed files with 4 additions and 2 deletions
|
|
@ -375,7 +375,8 @@ export default function ResponsiveTable<T extends Object>(props: Props<T>) {
|
|||
|
||||
|
||||
return (
|
||||
<TableContainer className={classes.tableContainer} component={Paper}>
|
||||
<Box>
|
||||
{/* <TableContainer className={classes.tableContainer} component={Paper}> */}
|
||||
{/* <Table>
|
||||
<TableHead>
|
||||
|
||||
|
|
@ -565,6 +566,7 @@ export default function ResponsiveTable<T extends Object>(props: Props<T>) {
|
|||
)
|
||||
})}
|
||||
</Menu> */}
|
||||
</TableContainer>
|
||||
{/* </TableContainer> */}
|
||||
</Box>
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue