mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 00:52:50 +00:00
fix data table
This commit is contained in:
@@ -380,16 +380,9 @@ const FleetResourcePage = () => {
|
||||
<Box style={{
|
||||
overflowX: "auto",
|
||||
width: "100%",
|
||||
minWidth: 0,
|
||||
WebkitOverflowScrolling: "touch",
|
||||
display: "block"
|
||||
}}>
|
||||
<div style={{
|
||||
minWidth: "100%",
|
||||
display: "table",
|
||||
width: "100%"
|
||||
}}>
|
||||
<DataTable
|
||||
<DataTable
|
||||
columns={columns}
|
||||
data={pagedRows}
|
||||
status={tableStatus}
|
||||
@@ -423,7 +416,6 @@ const FleetResourcePage = () => {
|
||||
/>
|
||||
)}
|
||||
/>
|
||||
</div>
|
||||
</Box>
|
||||
) : (
|
||||
<FleetCardGrid
|
||||
|
||||
Reference in New Issue
Block a user