fix(table): fix smart table issue with redrawing

This commit is contained in:
KostyaDanovsky 2017-09-14 16:47:44 +03:00
parent 713d3708e6
commit 60304179ec

View file

@ -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 {