jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
9 lines (8 loc) • 447 B
HTML
<jqxGrid [theme]="'material'" (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>