IO-888 Sorted Speedprint

This commit is contained in:
Patrick Fic
2021-04-13 08:22:41 -07:00
parent b09b2be34a
commit 4c0cde23b2
11 changed files with 51 additions and 20 deletions

View File

@@ -158,7 +158,9 @@ export default function ContractsList({ loading, contracts, refetch, total }) {
>
<Table
loading={loading}
scroll={{ x: "50%", y: "40rem" }}
scroll={{
x: "50%", //y: "40rem"
}}
pagination={{
position: "top",
pageSize: 25,