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

Overview

Guides

DevExtreme Diagram is an interactive component that allows you to create, edit, and display diagrams. You can use the Diagram component to visualize processes and relationships within an...

Overview

Guides

The FilterBuilder UI component allows a user to build complex filter expressions with an unlimited number of filter conditions using the UI. View Demo The following code...

Predefine Filter Values

Guides

You can limit the available filter values by predefining them in the lookup field. Each lookup field has an individual data source. It can be a simple array of filter...

Configure Simple Items

Guides

("<img src='" + data.editorOptions.value + "'>"); } }] }); }); Angular HTMLTypeScript <dx-form [(formData)]="employee"> <dxi-form-item dataField="name...; </div> <div *dxTemplate="let data of 'pictureTemplate'"> <img src="{{data.editorOptions.value}}"> </div> </dx-form> import { DxFormModule

Overview

Guides

A funnel item is a visual representation of a data object. Funnel items get their colors from the palette by default. If you want to use colors from the data source, specify the colorField...