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(); }