UNPKG

jqwidgets-scripts-custom

Version:

jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

17 lines 633 B
<jqxTreeGrid [theme]="'material'" (onRowSelect)="rowSelect($event)" (onRowUnselect)="rowUnselect($event)" (onRowEndEdit)="rowEndEdit($event)" (onRowBeginEdit)="rowBeginEdit($event)" [width]="getWidth()" [source]="dataAdapter" [pageable]="true" [editable]="true" [showToolbar]="true" [altRows]="true" [pagerButtonsCount]="8" [toolbarHeight]="35" [renderToolbar]="renderToolbar" [columns]="columns" #TreeGrid> </jqxTreeGrid>