mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 01:25:36 -05:00
query results filtering and sorting (#14833)
* query results filtering and sorting (#14589) * enable filter * attach button style * add hybrid data provider * make filter and sort work * fix editor switch issue * configuration * fix sort and filter * add more specific selector * fix hidden items issue * update text * revert text change * fix copy results issue * put feature behind preview flag * comments * fix tslint error
This commit is contained in:
@@ -18,15 +18,15 @@
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.slick-sort-indicator-asc {
|
||||
.monaco-table .slick-sort-indicator-asc {
|
||||
background: url('sort-asc.gif');
|
||||
}
|
||||
|
||||
.slick-sort-indicator-desc {
|
||||
.monaco-table .slick-sort-indicator-desc {
|
||||
background: url('sort-desc.gif');
|
||||
}
|
||||
|
||||
.slick-sort-indicator {
|
||||
.monaco-table .slick-sort-indicator {
|
||||
display: inline-block;
|
||||
width: 8px;
|
||||
height: 5px;
|
||||
@@ -98,7 +98,6 @@
|
||||
padding: 4px;
|
||||
white-space: nowrap;
|
||||
width: 200px;
|
||||
display: grid;
|
||||
align-content: flex-start;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user