2
0

⚗️ Add infinite scroll in results table

This commit is contained in:
Baptiste Arnaud
2022-01-04 12:25:48 +01:00
parent 8ddf608c9e
commit 72454c0f68
9 changed files with 200 additions and 98 deletions

View File

@ -17,7 +17,7 @@ export const LoadingRows = ({ totalColumns }: LoadingRowsProps) => {
border="1px"
as="td"
borderColor="gray.200"
flex="0"
width="50px"
>
<Checkbox isDisabled />
</Flex>
@ -30,7 +30,7 @@ export const LoadingRows = ({ totalColumns }: LoadingRowsProps) => {
border="1px"
as="td"
borderColor="gray.200"
flex="1"
width="180px"
align="center"
>
<Skeleton height="5px" w="full" />