From 32c281b2ec88d36f0d749b6f20ed4798364eb857 Mon Sep 17 00:00:00 2001 From: Shivam Anand Date: Thu, 25 Nov 2021 19:01:14 +0530 Subject: [PATCH] feature/RMA-92074: Onbehalf of vishal --- .../src/lib/dxc-crud-table/dxc-crud-table.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/dxc-ngx-cdk/src/lib/dxc-crud-table/dxc-crud-table.component.ts b/projects/dxc-ngx-cdk/src/lib/dxc-crud-table/dxc-crud-table.component.ts index 1c12c028f..3356eda83 100644 --- a/projects/dxc-ngx-cdk/src/lib/dxc-crud-table/dxc-crud-table.component.ts +++ b/projects/dxc-ngx-cdk/src/lib/dxc-crud-table/dxc-crud-table.component.ts @@ -338,6 +338,7 @@ export class DxcCrudTableComponent implements OnInit, ControlValueAccessor, OnCh } reload = () => { + this.selectedRowCount = 0; this.bindOptions(); }