Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
Create a Custom Bundle
-webpack-plugin npm install -g devextreme Create the DevExtreme configuration file in your project directory: devextreme-bundler-init <bundle_name> is a name of the configuration file... a minified bundle: devextreme-bundler <bundle_name|file_name> Link the bundle script file to your HTML page: HTML <script type="text/javascript" src="dx.custom.js" charset="utf-8"><
data custom-store
GroupItem An additional type for LoadResult. isGroupItemsArray A type guard function that checks whether LoadResult is an array of GroupItems. isItemsArray A type guard function that checks...
MongoDB Service
shows how to use this method. jQuery index.js $(function() { const serviceUrl = "https://url/to/my/service"; $("#chartContainer").dxChart({ dataSource...() { const serviceUrl = "https://url/to/my/service"; this.store = createStore({ key: 'ID', loadUrl: serviceUrl }); } } import { BrowserModule } from
MongoDB Service
shows how to use this method. jQuery index.js $(function() { const serviceUrl = "https://url/to/my/service"; $("#funnelContainer").dxFunnel({ dataSource...() { const serviceUrl = "https://url/to/my/service"; this.store = createStore({ key: 'ID', loadUrl: serviceUrl }); } } import { BrowserModule } from
PHP Service
. jQuery index.js $(function() { const serviceUrl = "https://url/to/my/service.php"; $("#pieChartContainer").dxPieChart({ dataSource: DevExpress.data.AspNet.createStore... serviceUrl = "https://url/to/my/service.php"; this.store = createStore({ key: 'ID', loadUrl: serviceUrl }); } } import { BrowserModule } from '@angular/platform