jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
9 lines (7 loc) • 386 B
HTML
<jqxGrid #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>