mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 06:28:12 +00:00
fix data table
This commit is contained in:
@@ -377,8 +377,18 @@ const FleetResourcePage = () => {
|
||||
</Box>
|
||||
|
||||
{viewMode === "table" ? (
|
||||
<Box style={{ overflowX: "auto", width: "100%", minWidth: 0, WebkitOverflowScrolling: "touch" }}>
|
||||
<div style={{ minWidth: "max-content", display: "inline-block", width: "100%" }}>
|
||||
<Box style={{
|
||||
overflowX: "auto",
|
||||
width: "100%",
|
||||
minWidth: 0,
|
||||
WebkitOverflowScrolling: "touch",
|
||||
display: "block"
|
||||
}}>
|
||||
<div style={{
|
||||
minWidth: "100%",
|
||||
display: "table",
|
||||
width: "100%"
|
||||
}}>
|
||||
<DataTable
|
||||
columns={columns}
|
||||
data={pagedRows}
|
||||
|
||||
Reference in New Issue
Block a user