fix: Data tables styling issues on Explore view (#12383)

* Fix sort icons wrapping

* Fix large table stretching chart section container

* Implement sticky paginattion

* Display "loading" when data is loading

* Lint fix
This commit is contained in:
Kamil Gabryjelski
2021-01-09 17:04:53 +01:00
committed by GitHub
parent 14ccbe43b3
commit 5d04f7dbce
7 changed files with 78 additions and 38 deletions

View File

@@ -93,6 +93,8 @@ const Styles = styled.div`
border-right: 1px solid ${({ theme }) => theme.colors.grayscale.light2};
}
.main-explore-content {
flex: 1;
min-width: ${({ theme }) => theme.gridUnit * 128}px;
border-left: 1px solid ${({ theme }) => theme.colors.grayscale.light2};
}
.controls-column {