Search Results: if (!this.bundlesReported[script.src]) {
- All Results 769
- Guides 278
- Reference 491
- Technical Demos
- Support Center
AIProvider
, abort: () => { // Add an abort request }, }; }, }); <head> <!-- ... --> <script type="text/javascript" src="../artifacts/js/dx.ai-integration.js" charset="utf-8"></script> <!-- or if using CDN --> <script src="https://cdnjs.cloudflare.com/ajax/libs/devextreme-dist/cdnjs_version/js/dx.ai
Column and Row Indexes
You can use the following indexes in methods and callback functions: Initial Column Index (or Column Index) Equals the column's index in the columns array. Visible Column Index Depends on the...
Filtering
With the PivotGrid UI component, you can navigate through data in three dimensions. The first two dimensions are formed by fields of the row and column areas. The third dimension has no visual...
View Switcher
The view switcher is a predefined toolbar item that allows users to switch between Scheduler views. To specify available views, configure the views array. To specify the current view, configure...
Create a DevExtreme application with Gatsby
to render content. Edit the src/pages/index.tsx file to change the home page: index.tsx import * as React from "react"; import type { HeadFC, PageProps } from "gatsby"; const IndexPage: React.FC<