taffy-coustom-ui
Version:
7 lines (5 loc) • 344 B
HTML
<jqxGrid #myGrid (onCellselect)="myGridOnCellSelect($event)" (onCellendedit)="myGridOnCellEndEdit($event)"
[width]="600" [source]="dataAdapter" [columns]="columns"
[editable]="true" [autoheight]="true" [selectionmode]="'singlecell'">
</jqxGrid>
<div #eventLog style="font-size: 13px; margin-top: 20px; font-family: Verdana"></div>