diff --git a/src/lib/listing/table-header/table-header.component.html b/src/lib/listing/table-header/table-header.component.html index 527378c..3ca9bd8 100644 --- a/src/lib/listing/table-header/table-header.component.html +++ b/src/lib/listing/table-header/table-header.component.html @@ -1,15 +1,18 @@
{{ tableHeaderLabel | translate: { length: totalSize || (listingService.displayedLength$ | async) } }} + + ({{ 'table-header.selected-count' | translate: { count: selectedItems } }}) +
@@ -33,12 +36,12 @@