From 60304179ec7bb5444308564d8aef07b7c2b3df0e Mon Sep 17 00:00:00 2001 From: KostyaDanovsky Date: Thu, 14 Sep 2017 16:47:44 +0300 Subject: [PATCH] fix(table): fix smart table issue with redrawing --- src/app/pages/tables/smart-table/smart-table.component.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/pages/tables/smart-table/smart-table.component.ts b/src/app/pages/tables/smart-table/smart-table.component.ts index bd699484..ad58dfbb 100644 --- a/src/app/pages/tables/smart-table/smart-table.component.ts +++ b/src/app/pages/tables/smart-table/smart-table.component.ts @@ -6,6 +6,11 @@ import { SmartTableService } from '../../../@core/data/smart-table.service'; @Component({ selector: 'ngx-smart-table', templateUrl: './smart-table.component.html', + styles:[` + nb-card { + transform: translate3d(0,0,0); + } + `], }) export class SmartTableComponent {