jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
9 lines (7 loc) • 399 B
HTML
<jqxGrid [theme]="'material'" #myGrid
(onCellselect)="myGridOnCellSelect($event)" (onCellendedit)="myGridOnCellEndEdit($event)"
[width]="getWidth()" [source]="ordersAdapter" [columns]="columns"
[pageable]="true" [editable]="true" [autoheight]="true"
[selectionmode]="'singlecell'">
</jqxGrid>
<div #eventLog style="font-size: 13px; font-family: Verdana; margin-top: 20px"></div>