|
|
5 дней назад | |
|---|---|---|
| .. | ||
| animation | 5 дней назад | |
| bundles | 5 дней назад | |
| core | 5 дней назад | |
| data | 5 дней назад | |
| dist | 5 дней назад | |
| events | 5 дней назад | |
| exporter | 5 дней назад | |
| integration | 5 дней назад | |
| localization | 5 дней назад | |
| mobile | 5 дней назад | |
| ui | 5 дней назад | |
| viz | 5 дней назад | |
| README.md | 5 дней назад | |
| aspnet.js | 5 дней назад | |
| color.js | 5 дней назад | |
| data_helper.js | 5 дней назад | |
| docEnums.js | 5 дней назад | |
| events.d.ts | 5 дней назад | |
| events.js | 5 дней назад | |
| exporter.js | 5 дней назад | |
| format_helper.js | 5 дней назад | |
| localization.d.ts | 5 дней назад | |
| localization.js | 5 дней назад | |
| package.json | 5 дней назад | |
| utils.d.ts | 5 дней назад | |
| utils.js | 5 дней назад | |
Voted the best cross-platform component suite containing everything you need to create responsive web apps for touch devices and traditional desktops: data grid, interactive charts, data editors, navigation and multi-purpose widgets that are designed to look great and provide powerful functionality in any browser.
To include DevExtreme to your project, use one of the distribution packages. If you use Visual Studio, then use the Windows installer for added features like project templates. Alternatively, download a plain zip archive of just the client-side library and its widgets:
After installation, you can add a widget to your app. Here's a simple button example:
<div id="buttonContainer"></div>
var element = document.getElementById('buttonContainer');
var button = new DevExpress.ui.dxButton(element, { text: 'Hello World!' });
DevExtreme supports deep integration with the following client-side technologies:
And server-side frameworks:
See our Guidelines for Contributing