Refactor ObjectDataTable to work with new views system (#2274)

Complete work
This commit is contained in:
Charles Bochet
2023-10-29 23:50:59 +01:00
committed by GitHub
parent 9bab28912d
commit d38497c46a
39 changed files with 578 additions and 373 deletions

View File

@ -42,6 +42,7 @@ const StyledWrapper = styled.div`
flex-direction: column;
height: 100%;
overflow: hidden;
position: relative;
width: 100%;
`;