forked from pinterest/querybook
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add button to sort columns in view table UI (pinterest#1187)
* feat: add button to sort columns in view table UI * chore: refactor orderBoardByAsc, filter logic
- Loading branch information
1 parent
987ed1d
commit 84504fa
Showing
3 changed files
with
60 additions
and
12 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
querybook/webapp/components/DataTableViewColumn/DataTableViewColumn.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
.DataTableViewColumn { | ||
.DataTableViewSearchBar { | ||
display: flex; | ||
background-color: var(--bg-light); | ||
border-radius: var(--border-radius-sm); | ||
|
||
> .SearchBar { | ||
flex: 1 | ||
} | ||
|
||
> .OrderByButton { | ||
margin-right: 8px; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters