UNPKG

taffy-coustom-ui

Version:
10 lines (9 loc) 375 B
<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>