File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/vs/workbench/services/positronDataExplorer/browser Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -402,6 +402,8 @@ export class TableSummaryDataGridInstance extends DataGridInstance {
402
402
await this . updateLayoutEntries ( ) ;
403
403
// invalidate the cache when the search and sort is removed
404
404
await this . fetchData ( this . hasNoSearchOrSort ( ) ) ;
405
+ // Force a re-render when the search or sort options change
406
+ this . fireOnDidUpdateEvent ( ) ;
405
407
}
406
408
407
409
/**
@@ -413,6 +415,8 @@ export class TableSummaryDataGridInstance extends DataGridInstance {
413
415
await this . updateLayoutEntries ( ) ;
414
416
// invalidate the cache when the search and sort is removed
415
417
await this . fetchData ( this . hasNoSearchOrSort ( ) ) ;
418
+ // Force a re-render when the search or sort options change
419
+ this . fireOnDidUpdateEvent ( ) ;
416
420
}
417
421
418
422
//#endregion Public Methods
You can’t perform that action at this time.
0 commit comments