mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-10 10:24:20 +01:00
feat(tables): add a tables module
This commit is contained in:
parent
a361ce55ac
commit
21cd21fbef
13 changed files with 659 additions and 5 deletions
10
src/app/pages/tables/smart-table/smart-table.component.html
Normal file
10
src/app/pages/tables/smart-table/smart-table.component.html
Normal file
|
|
@ -0,0 +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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue