UNPKG

jqwidgets-framework

Version:

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

20 lines (19 loc) 619 B
<jqxScheduler #scheduler [width]="getWidth()" [height]="600" [date]="date" [source]="dataAdapter" [exportSettings]="exportSettings" [showLegend]="true" [resources]="resources" [view]="'weekView'" [views]="views" [appointmentDataFields]="appointmentDataFields"> </jqxScheduler> <div style='margin-top: 20px;'> <div style='margin-left: 10px; float: left;'> <jqxButton #excelExport (onClick)="printClick()"> Print </jqxButton> </div> </div>