mirror of
https://github.com/apache/superset.git
synced 2026-04-26 19:44:58 +00:00
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:
committed by
GitHub
parent
777a84cdbf
commit
98d1c6964c
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user