| @@ -137,6 +137,7 @@ export default function FileList({refType, refId, allowDelete, sx}) { | |||||
| return ( | return ( | ||||
| <div style={{height: 400, width: '100%'}}> | <div style={{height: 400, width: '100%'}}> | ||||
| <DataGrid | <DataGrid | ||||
| hideFooterSelectedRowCount={true} | |||||
| sx={sx} | sx={sx} | ||||
| rows={rows} | rows={rows} | ||||
| columns={columns} | columns={columns} | ||||
| @@ -88,6 +88,7 @@ export default function OrganizationTable({recordList}) { | |||||
| return ( | return ( | ||||
| <div style={{height: 400, width: '100%'}}> | <div style={{height: 400, width: '100%'}}> | ||||
| <DataGrid | <DataGrid | ||||
| hideFooterSelectedRowCount={true} | |||||
| rows={rows} | rows={rows} | ||||
| columns={columns} | columns={columns} | ||||
| editMode="row" | editMode="row" | ||||
| @@ -90,6 +90,7 @@ export default function BaseGrid({rows}) { | |||||
| return ( | return ( | ||||
| <div style={{height: 400, width: '100%', padding: 4}}> | <div style={{height: 400, width: '100%', padding: 4}}> | ||||
| <DataGrid | <DataGrid | ||||
| hideFooterSelectedRowCount={true} | |||||
| rows={rows} | rows={rows} | ||||
| columns={columns} | columns={columns} | ||||
| editMode="row" | editMode="row" | ||||
| @@ -99,6 +99,7 @@ export default function SearchPublicNoticeTable({ recordList }) { | |||||
| <div style={{ height: 400, width: '100%' }}> | <div style={{ height: 400, width: '100%' }}> | ||||
| <DataGrid | <DataGrid | ||||
| hideFooterSelectedRowCount={true} | |||||
| rows={rows} | rows={rows} | ||||
| columns={columns} | columns={columns} | ||||
| editMode="row" | editMode="row" | ||||
| @@ -101,6 +101,7 @@ export default function SearchPublicNoticeTable({ recordList }) { | |||||
| <div style={{ height: 400, width: '100%' }}> | <div style={{ height: 400, width: '100%' }}> | ||||
| <DataGrid | <DataGrid | ||||
| hideFooterSelectedRowCount={true} | |||||
| rows={rows} | rows={rows} | ||||
| columns={columns} | columns={columns} | ||||
| editMode="row" | editMode="row" | ||||
| @@ -58,6 +58,7 @@ export default function UserGroupTable({recordList}) { | |||||
| return ( | return ( | ||||
| <div style={{height: 400, width: '100%'}}> | <div style={{height: 400, width: '100%'}}> | ||||
| <DataGrid | <DataGrid | ||||
| hideFooterSelectedRowCount={true} | |||||
| rows={rows} | rows={rows} | ||||
| columns={columns} | columns={columns} | ||||
| editMode="row" | editMode="row" | ||||
| @@ -127,6 +127,7 @@ export default function UserTable({recordList,setChangeLocked}) { | |||||
| return ( | return ( | ||||
| <div style={{height: 400, width: '100%'}}> | <div style={{height: 400, width: '100%'}}> | ||||
| <DataGrid | <DataGrid | ||||
| hideFooterSelectedRowCount={true} | |||||
| rows={rows} | rows={rows} | ||||
| columns={columns} | columns={columns} | ||||
| editMode="row" | editMode="row" | ||||
| @@ -136,6 +136,7 @@ export default function UserTable_Individual({recordList}) { | |||||
| <div style={{height: 400, width: '100%'}}> | <div style={{height: 400, width: '100%'}}> | ||||
| <DataGrid | <DataGrid | ||||
| hideFooterSelectedRowCount={true} | |||||
| rows={rows} | rows={rows} | ||||
| columns={columns} | columns={columns} | ||||
| editMode="row" | editMode="row" | ||||
| @@ -129,6 +129,7 @@ export default function UserTable_Organization({recordList}) { | |||||
| return ( | return ( | ||||
| <div style={{height: 400, width: '100%'}}> | <div style={{height: 400, width: '100%'}}> | ||||
| <DataGrid | <DataGrid | ||||
| hideFooterSelectedRowCount={true} | |||||
| rows={rows} | rows={rows} | ||||
| columns={columns} | columns={columns} | ||||
| editMode="row" | editMode="row" | ||||