UNPKG

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) 462 B
<jqxTreeGrid (onCellBeginEdit)="treeGridOnCellBeginEdit($event)" (onCellEndEdit)="treeGridOnCellEndEdit($event)" [width]="getWidth()" [source]="dataAdapter" [columns]="columns" [sortable]="true" [editable]="true" [editSettings]="editSettings"> </jqxTreeGrid> <div style="font-size: 13px; font-family: Verdana; width: 800px; margin-top: 20px"> <h4>Event Log</h4> <div #myLog style="max-height: 300px; overflow: auto"></div> </div>