mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-24 00:44:07 +01:00
feat(tables): add smart table page
This commit is contained in:
parent
3a9ecd2f64
commit
33f0fbb457
16 changed files with 6364 additions and 608 deletions
|
|
@ -0,0 +1,9 @@
|
|||
<div class="widgets">
|
||||
|
||||
<div class="row">
|
||||
<ba-card title="Basic Example" baCardClass="with-scroll">
|
||||
<ng2-smart-table [settings]="settings" [source]="source" (deleteConfirm)="onDeleteConfirm($event)"></ng2-smart-table>
|
||||
</ba-card>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue