UNPKG

jqwidgets-scripts-custom

Version:

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

10 lines (9 loc) 460 B
<jqxGrid [theme]="'material'" (onCellbeginedit)="myGridOnCellBeginEdit($event)" (onCellendedit)="myGridOnCellEndEdit($event)" [width]="getWidth()" [source]="dataAdapter" [columns]="columns" [editable]="true" [editmode]="'selectedrow'" [selectionmode]="'singlerow'"> </jqxGrid> <div style="font-size: 12px; font-family: Verdana; margin-top: 30px"> <div #cellBeginEditLog></div> <div #cellEndEditLog style="margin-top: 30px"></div> </div>