diff --git a/projects/addon-table/components/table/th-group/th-group.component.ts b/projects/addon-table/components/table/th-group/th-group.component.ts index 2b3e43d510f9..18e49f392896 100644 --- a/projects/addon-table/components/table/th-group/th-group.component.ts +++ b/projects/addon-table/components/table/th-group/th-group.component.ts @@ -24,16 +24,6 @@ import {TuiTableTh} from '../th/th.component'; templateUrl: './th-group.template.html', changeDetection: ChangeDetectionStrategy.OnPush, providers: [TUI_TABLE_PROVIDER], - host: { - /** - * TODO: fix later - * Be careful and thoughtful about using this attribute. - * It is intended as a last resort workaround. - * Components that break hydration should be - * considered bugs that need to be fixed. - */ - ngSkipHydration: 'true', - }, }) export class TuiTableThGroup>> implements AfterContentInit diff --git a/projects/addon-table/components/table/th-group/th-group.template.html b/projects/addon-table/components/table/th-group/th-group.template.html index 9b7b7af1d1e2..41528ce89fdd 100644 --- a/projects/addon-table/components/table/th-group/th-group.template.html +++ b/projects/addon-table/components/table/th-group/th-group.template.html @@ -3,14 +3,17 @@ + - - - {{ key.toString() }} - - - + + {{ key.toString() }} + + diff --git a/projects/addon-table/components/table/tr/tr.component.ts b/projects/addon-table/components/table/tr/tr.component.ts index 2752df7cf21e..1ef9a2f8f622 100644 --- a/projects/addon-table/components/table/tr/tr.component.ts +++ b/projects/addon-table/components/table/tr/tr.component.ts @@ -24,16 +24,6 @@ import {TuiTableTd} from '../td/td.component'; templateUrl: './tr.template.html', changeDetection: ChangeDetectionStrategy.OnPush, providers: [TUI_TABLE_PROVIDER], - host: { - /** - * TODO: fix later - * Be careful and thoughtful about using this attribute. - * It is intended as a last resort workaround. - * Components that break hydration should be - * considered bugs that need to be fixed. - */ - ngSkipHydration: 'true', - }, }) export class TuiTableTr>> implements AfterContentInit diff --git a/projects/addon-table/components/table/tr/tr.template.html b/projects/addon-table/components/table/tr/tr.template.html index 66bc7eef0c74..bce8c32c10a6 100644 --- a/projects/addon-table/components/table/tr/tr.template.html +++ b/projects/addon-table/components/table/tr/tr.template.html @@ -1,4 +1,4 @@ - + +