diff --git a/components/table/src/table/table.component.ts b/components/table/src/table/table.component.ts index 363498ac38..a663af4aee 100644 --- a/components/table/src/table/table.component.ts +++ b/components/table/src/table/table.component.ts @@ -116,7 +116,7 @@ const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'table'; } - @if (nzShowPagination && data.length) { + @if ((nzShowPagination && data.length) || (nzShowPagination && nzTotal)) {