jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
11 lines (8 loc) • 493 B
HTML
<jqxKanban [theme]="'material'" #myKanban
[width]="getWidth()" [height]="500" [source]="dataAdapter"
[columns]="columns" [resources]="resourcesAdapterFunc()">
</jqxKanban>
<br />
<jqxButton [theme]="'material'" (onClick)="addItemBtnOnClick()">Add Item</jqxButton>
<jqxButton [theme]="'material'" #myRemoveItemBtn (onClick)="removeItemBtnOnClick()">Remove Item</jqxButton>
<jqxButton [theme]="'material'" #myUpdateItemBtn (onClick)="updateItemBtnOnClick()">Update Item</jqxButton>