IO-888 Sorted Speedprint
This commit is contained in:
@@ -217,7 +217,8 @@ const JobRelatedTicketsTable = ({
|
||||
<Card title={t("timetickets.labels.jobhours")}>
|
||||
<Table
|
||||
loading={loading}
|
||||
scroll={{ x: true, y: "50rem" }}
|
||||
scroll={{ x: true,// y: "50rem"
|
||||
}}
|
||||
columns={columns}
|
||||
rowKey="id"
|
||||
dataSource={data}
|
||||
@@ -301,7 +302,8 @@ const ShiftRelatedTicketsTable = ({
|
||||
<Card title={t("timetickets.labels.clockhours")}>
|
||||
<Table
|
||||
loading={loading}
|
||||
scroll={{ x: true, y: "50rem" }}
|
||||
scroll={{ x: true,// y: "50rem"
|
||||
}}
|
||||
columns={columns}
|
||||
rowKey="id"
|
||||
dataSource={data}
|
||||
|
||||
Reference in New Issue
Block a user