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