feat(tables): add smart table page

This commit is contained in:
Alexander Zhukov 2017-01-27 12:02:08 +03:00
parent 3a9ecd2f64
commit 33f0fbb457
16 changed files with 6364 additions and 608 deletions

View file

@ -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>