IO-888 Sorted Speedprint
This commit is contained in:
@@ -208,7 +208,9 @@ export function BillsListTableComponent({
|
||||
>
|
||||
<Table
|
||||
loading={billsQuery.loading}
|
||||
scroll={{ x: true, y: "50rem" }}
|
||||
scroll={{
|
||||
x: true, // y: "50rem"
|
||||
}}
|
||||
columns={columns}
|
||||
rowKey="id"
|
||||
dataSource={bills}
|
||||
|
||||
Reference in New Issue
Block a user