Find Devexpress Reporting Angular Examples and Templates
Use this online devexpress-reporting-angular playground to view and fork devexpress-reporting-angular example apps and templates on CodeSandbox. Click any example below to run it instantly or find templates that can be used as a pre-built solution!

Angular 8 Devexpress Report DesignerDevExtreme HTML5 JavaScript Navigation Widgets are adaptive controls that help you implement navigation in your application. They provide intuitive UI, adaptive design, and customization flexibility. Available as Angular components, these widgets support native Angular features: AOT compilation, declarative configuration, TypeScript compile-time checking, and more.

Overview - DevExtreme Data Grid (forked)To enable export in the DataGrid, reference or import the ExcelJS and FileSaver libraries. Set export.enabled to true.
Once the conditions above are met, use the exportDataGrid(options) method to export the DataGrid to an Excel workbook.
Review the onExporting handler to see the data export code. DataGrid is exported as is to a single worksheet. You can also set allowExportSelectedData to true to export only selected rows.




Virtual Scrolling - DevExtreme Scheduler (forked)With virtual scrolling, you can improve the overall performance of your application and reduce load times when our Scheduler component is bound to a large data set. When virtual scrolling is enabled, our Scheduler only renders visible appointments. When an appointment leaves the viewport, the Scheduler removes it from the DOM. The data set in this demo contains 100 groups with 9 appointments each.
To enable virtual scrolling mode, set the scrolling.mode property to "virtual".
Virtual scrolling support is available in the following Scheduler views: "day", "week", and "workWeek".











