UNPKG

jqwidgets-scripts-custom

Version:

jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

15 lines (10 loc) 708 B
<jqxGrid [theme]="'material'" [width]="getWidth()" [height]="150" [source]="dataAdapter" [columns]="columns" [columnsresize]="true"> </jqxGrid> <br /><br /> <jqxButton [theme]="'material'" style="float: left; margin-right: 5px" (onClick)="addItemBtnOnClick()">Add Item</jqxButton> <jqxButton [theme]="'material'" style="float: left; margin-right: 5px" (onClick)="deleteItemBtnOnClick()">Delete Item</jqxButton> <jqxButton [theme]="'material'" style="float: left; margin-right: 5px" (onClick)="updateItemBtnOnClick()">Update Item</jqxButton> <jqxButton [theme]="'material'" style="float: left" (onClick)="updatePathBtnOnClick()">Update Path</jqxButton> <br /> <div #log style="clear: both"></div>