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