mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix(table): fix smart table issue with redrawing
This commit is contained in:
parent
713d3708e6
commit
60304179ec
1 changed files with 5 additions and 0 deletions
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue