Search Results: if (!this.bundlesReported[script.src]) {

Client-Side Exporting and Printing

Guides

Although DevExtreme data visualization UI components can be displayed on any device, a user may need a UI component printed or in the form of a document. For these cases, the UI components provide...

Paging

Guides

Paging is used to load data in portions, which improves the UI component's performance on large datasets. Paging is enabled by default. You can control it with the paging object. Use this object's...

Group Summary

Guides

A group summary aggregates data in groups by columns. You can associate each column with one or more summary items of different types. Configure each summary item in the summary.groupItems array....

Client-Side Exporting and Printing

Guides

Although DevExtreme data visualization UI components can be displayed on any device, a user may need a UI component printed or in the form of a document. For these cases, the UI components provide...

Formats

Guides

"extendedImage" String or Object ({ src: String, width: Number, height: Number, alt: String }) "variable" Object ({ value: String, escapeChar: String | Array<String>