ngx-admin/src/app/pages/tables/smart-table/smart-table.component.html

11 lines
239 B
HTML
Raw Normal View History

2020-03-24 17:36:32 +03:00
<nb-card>
<nb-card-header>
Smart Table
</nb-card-header>
<nb-card-body>
2020-03-03 15:41:09 +03:00
<ng2-smart-table [settings]="settings" [source]="source" (deleteConfirm)="onDeleteConfirm($event)">
</ng2-smart-table>
</nb-card-body>
2020-03-24 17:36:32 +03:00
</nb-card>