ngx-admin/src/app/pages/tables/smart-table/smart-table.component.html
2017-08-01 18:00:53 +03:00

10 lines
239 B
HTML

<nb-card>
<nb-card-header>
Smart Table
</nb-card-header>
<nb-card-body>
<ng2-smart-table [settings]="settings" [source]="source" (deleteConfirm)="onDeleteConfirm($event)">
</ng2-smart-table>
</nb-card-body>
</nb-card>