UNPKG

jqwidgets-framework

Version:

jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.

7 lines (5 loc) 350 B
<jqxGrid #myGrid (onCellselect)="myGridOnCellSelect($event)" (onCellendedit)="myGridOnCellEndEdit($event)" [width]="600" [source]="dataAdapter" [columns]="columns" [editable]="true" [autoheight]="true" [selectionmode]="'singlecell'"> </jqxGrid> <div #eventLog style="font-size: 13px; margin-top: 20px; font-family: Verdana"></div>