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