Search Results: if (!this.bundlesReported[script.src]) {
- All Results 769
- Guides 278
- Reference 491
- Technical Demos
- Support Center
Data Columns
Data columns are the most common type of columns used in the TreeList UI component. They are generated for all members of the columns array that do not configure band columns. Usually, a data column...
Overview
TreeView is a UI component that displays a tree of text nodes. In this overview, you can find a map of TreeView elements, information about key features, and what to explore next. Elements...
Add DevExtreme to an Angular CLI Application
_modules/devextreme/dist/css/dx.light.css", "src/styles.css" ], ... }, ... }, ... } }, ... }, ... } NOTE You can go to the src folder, open the index.html file, and add the dx-viewport class to the <body> tag. This ensures that theme colors and typography settings are applied to all page elements
Link Modules
: 'bundle.js' } }; Link the bundle script file to your application. HTML <script type="text/javascript" src="bundle.js" charset="utf-8"></script> Add DevExtreme themes. HTML <link...:devextreme Link the system.js and configuration files to your HTML page. HTML <script src="jspm_packages/system.js"></script> <script src="config.js"></script> Create your
Visual Elements
Topics in this section describe PolarChart UI component elements. Each topic gives an overview of the element's purpose, and details how to enable and tune the chart element to your needs. The image...