From 3ed73884ca3aa667ab7ec3aa5b5b6d8c5472ef43 Mon Sep 17 00:00:00 2001 From: Enzo Volkmann Date: Mon, 19 Sep 2022 09:01:05 +0200 Subject: [PATCH] fix(selection-cell): support tables with footer --- .../src/lib/selection-cell/selection-cell.component.html | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/ngx-material-data-table/src/lib/selection-cell/selection-cell.component.html b/projects/ngx-material-data-table/src/lib/selection-cell/selection-cell.component.html index d5f8bdb..f6d917b 100644 --- a/projects/ngx-material-data-table/src/lib/selection-cell/selection-cell.component.html +++ b/projects/ngx-material-data-table/src/lib/selection-cell/selection-cell.component.html @@ -19,4 +19,5 @@ [checked]="host?.selection.isSelected(row[host?.defaultIdProperty])"> +