]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
Merge pull request #65482 from rhcs-dashboard/table-refresh-pagination
authorNizamudeen A <nia@redhat.com>
Wed, 8 Oct 2025 04:38:22 +0000 (10:08 +0530)
committerGitHub <noreply@github.com>
Wed, 8 Oct 2025 04:38:22 +0000 (10:08 +0530)
mgr/dashboard: server side table rendering improvements

Reviewed-by: Ankush Behl <ankush.behl@ibm.com>
Reviewed-by: Pedro Gonzalez <pedro.gonzalez@redhat.com>
1  2 
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.ts

index 081918b9235d2d6d4a87e7428efb1a802f6b0e30,aa0ba0f6aff7fdb454753aaaec3ebb155fcc0151..cc7b923f6321b6f07882e8cc06b8fa9be4996024
@@@ -394,11 -383,8 +394,12 @@@ export class TableComponent implements 
      });
    }
    private previousRows = new Map<string | number, TableItem[]>();
+   private debouncedSearch = this.reloadData.bind(this);
  
 +  editingCells = new Set<string>();
 +  editStates: EditState = {};
 +  formGroup: CdFormGroup = new CdFormGroup({});
 +
    constructor(
      // private ngZone: NgZone,
      private cdRef: ChangeDetectorRef,