CEC-1965 Table footer fix (#164)

tiny tiny change
This commit is contained in:
John Wu
2022-07-05 16:57:48 -07:00
committed by GitHub
parent 86418d093c
commit 08b9fbc207
2 changed files with 2 additions and 2 deletions

View File

@@ -339,7 +339,7 @@ exports[`Suppliers page Render 1`] = `
> >
<td <td
class="MuiTableCell-root MuiTableCell-footer MuiTablePagination-root" class="MuiTableCell-root MuiTableCell-footer MuiTablePagination-root"
colspan="6" colspan="7"
> >
<div <div
class="MuiToolbar-root MuiToolbar-regular MuiTablePagination-toolbar MuiToolbar-gutters" class="MuiToolbar-root MuiToolbar-regular MuiTablePagination-toolbar MuiToolbar-gutters"

View File

@@ -140,7 +140,7 @@ const SupplierTable = (props) => {
<TableRow> <TableRow>
<TablePagination <TablePagination
rowsPerPageOptions={[5, 10, 25, 100]} rowsPerPageOptions={[5, 10, 25, 100]}
colSpan={6} colSpan={7}
count={totalSuppliers} count={totalSuppliers}
rowsPerPage={pageSize} rowsPerPage={pageSize}
page={pageIndex} page={pageIndex}