jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
9 lines (8 loc) • 434 B
HTML
<jqxGrid (onCellbeginedit)="cellBeginEditEvent($event)" (onCellendedit)="cellEndEditEvent($event)"
[width]="getWidth()" [source]="dataAdapter" [columns]="columns"
[editable]="true" [enabletooltips]="true" [selectionmode]="'multiplecellsadvanced'">
</jqxGrid>
<div style="font-size: 12px; font-family: Verdana; margin-top: 30px;">
<div #beginEdit></div>
<div #endEdit style="margin-top: 10px;"></div>
</div>