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) • 396 B
HTML
<jqxGrid [theme]="'material'"
(onCellbeginedit)="myGridOnCellBeginEdit($event)" (onCellendedit)="myGridOnCellEndEdit($event)"
[width]="getWidth()" [source]="dataAdapter" [columns]="columns"
[editable]="true" [selectionmode]="'singlecell'">
</jqxGrid>
<div style="margin-top: 30px">
<div #cellBeginEditLog></div>
<div #cellEndEditLog style="margin-top: 10px"></div>
</div>