Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima

Server-Side Data Processing

Guides

We recommend server-side data processing for large datasets. The ODataStore supports server-side filtering and sorting. DevExtreme provides extensions that help implement data processing for ASP.NET and PHP servers. You can also use the third-party extension for MongoDB. If these extensions do not suit your data source, implement server-side data processing manually according to the protocol

DevExtreme Angular Components

Guides

templates We also provide over 250 technical demos you can edit and copy code from. For information on how to integrate DevExtreme Angular UI components into your application, refer to one of the Getting

DevExtreme React Components

Guides

and copy code from. For information on how to integrate DevExtreme React UI components into your application, refer to the Add DevExtreme to a React Application article.

State Management

Guides

React.js offers two ways to access and influence your components' state and content. Components that use the controlled state management mode delegate data storage and state management to other entities. Such components use props to receive data from their parents, and callbacks to notify their parent of state updates. The official React documentation recommends this technique for most users

Application Template

Guides

to this element: JSX <div className={'dx-swatch-additional'}> <!-- Your content here --> </div> Apply Theme Variables to Custom Elements Theme variables are defined in the src\themes.... The following code applies the $base-accent variable as the background-color of my-element: SCSS // Your SCSS file @use "../../../themes/generated/variables.base.scss"; #my-element