mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 17:23:02 -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:
@@ -981,7 +981,7 @@ export class EditDataGridPanel extends GridParentComponent {
|
||||
|| (changes['blurredColumns'] && !equals(changes['blurredColumns'].currentValue, changes['blurredColumns'].previousValue))
|
||||
|| (changes['columnsLoading'] && !equals(changes['columnsLoading'].currentValue, changes['columnsLoading'].previousValue))) {
|
||||
this.setCallbackOnDataRowsChanged();
|
||||
this.table.rerenderGrid(0, this.dataSet.dataRows.getLength());
|
||||
this.table.rerenderGrid();
|
||||
hasGridStructureChanges = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user