Added config provider with default small text. Replcaed all datepicker components to add proper format. BOD-166 BOD-246
This commit is contained in:
@@ -209,11 +209,10 @@ export function PartsOrderListTableComponent({
|
||||
];
|
||||
|
||||
return (
|
||||
<div>
|
||||
<div style={{ margin: ".5rem" }}>
|
||||
<Table
|
||||
size="small"
|
||||
scroll={{ x: "50%", y: "40rem" }}
|
||||
pagination={{ position: "top", defaultPageSize: 25 }}
|
||||
columns={columns}
|
||||
rowKey="id"
|
||||
dataSource={record.parts_order_lines}
|
||||
|
||||
Reference in New Issue
Block a user