UNPKG

jqwidgets-framework

Version:

jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.

15 lines (14 loc) 455 B
<jqxTreeGrid [width]="getWidth()" [source]="dataAdapter" [sortable]="true" [exportSettings]="{fileName: null}" [columns]="columns" [ready]="ready" #TreeGrid> </jqxTreeGrid> <div style="margin-top: 20px;"> <div style="float: left; margin-left: 10px;"> <jqxButton #print [width]="80" (onClick)="printClick()">Print</jqxButton> </div> </div>