fix(tables): improve smart-table styles

This commit is contained in:
KostyaDanovsky 2017-07-29 13:13:17 +03:00
parent bc536dbded
commit 0f546d950f
6 changed files with 21 additions and 74 deletions

View file

@ -1,10 +1,10 @@
<div class="row">
<div class="col-md-12">
<nga-card>
<nga-card-header>Smart Table</nga-card-header>
<nga-card-body>
<ng2-smart-table [settings]="settings" [source]="source" (deleteConfirm)="onDeleteConfirm($event)"></ng2-smart-table>
</nga-card-body>
</nga-card>
</div>
</div>
<nga-card>
<nga-card-header>
Smart Table
</nga-card-header>
<nga-card-body>
<ng2-smart-table [settings]="settings" [source]="source" (deleteConfirm)="onDeleteConfirm($event)">
</ng2-smart-table>
</nga-card-body>
</nga-card>