refactor: Remove reactable arc (#11535)

* Refactor DisplayQueryButton into functional component and use react-table

* Refactor EstimateQueryCostButton to functional component

* Use react-table instead of reactable-arc

* Remove reactable-arc dependency

* Add margin for copy button

* Make search case insensitive
This commit is contained in:
Kamil Gabryjelski
2020-11-11 00:13:29 +01:00
committed by GitHub
parent 777a84cdbf
commit 98d1c6964c
6 changed files with 237 additions and 223 deletions

View File

@@ -52,6 +52,8 @@ export const Table = styled.table`
position: sticky;
top: 0;
white-space: nowrap;
&:first-of-type {
padding-left: ${({ theme }) => theme.gridUnit * 4}px;
}