The Wayback Machine - https://web.archive.org/web/20190505033743/https://github.com/DevExpress/DevExtreme
Skip to content
HTML5 JavaScript Component Suite for Responsive Web Development
Branch: 19_1
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github import 17_1 Apr 25, 2017
.vscode Revert "Add angular playground project" (#4876) Aug 1, 2018
build Remove mobile bundle (#7886) Apr 29, 2019
fonts Add typography styles for material theme (#4323) Jun 14, 2018
icons Add new icons (#5754) Oct 12, 2018
images Remove deprecated android5, win8 and win10 themes (#7497) Apr 12, 2019
js File Manager - Provide the onSelectedFileOpened event (#7927) Apr 30, 2019
playground Fix 'gulp dev' task to set the right version (#7103) Feb 28, 2019
styles Improve texteditor buttons highlighting (T730395) (#7900) Apr 30, 2019
testing File Manager - Provide the onSelectedFileOpened event (#7927) Apr 30, 2019
themebuilder Keep css import for Roboto font (T733825) (#7800) Apr 22, 2019
ts File Manager - Provide the onSelectedFileOpened event (#7927) Apr 30, 2019
.babelrc Add sinon.js file to babel ignore list for transpile-tests gulp task (#… Apr 1, 2019
.drone.yml Prevent stale PR merges at Drone CI (#7519) Apr 17, 2019
.editorconfig Add VSCode workspace (chore) (#2957) Feb 14, 2018
.eslintignore Rename swatch class prefix (#5326) Sep 10, 2018
.eslintrc Diagram widget data binding (#7739) Apr 17, 2019
.gitattributes Add Material theme 🀯🀯🀯 (#3372) Mar 23, 2018
.gitignore Add themebuilder package 🎨 (#5019) Aug 21, 2018
.lintstagedrc Get rid of jshint (#4909) Aug 3, 2018
.travis.yml CI for devextreme-themebuilder package (#7373) Mar 21, 2019
CONTRIBUTING.md Update CONTRIBUTING.md (T700680) (#6614) Jan 24, 2019
LICENSE.md import 17_1 Apr 25, 2017
NOTICE.txt Update 3rd party notices (#4059) May 22, 2018
README.md Update version to 19.1.0 Jan 29, 2019
README_DEVELOPERS.md Remove outdated info Oct 28, 2017
devextreme.code-workspace Add VSCode workspace (chore) (#2957) Feb 14, 2018
docker-ci.sh Keep css import for Roboto font (T733825) (#7800) Apr 22, 2019
drone-cache.sh Simplify Drone cache (#2048) Nov 23, 2017
gulpfile.js Remove layouts from framework and tests (#7179) Mar 6, 2019
package.json Diagram - data source panel moved to the left panel (#7921) Apr 30, 2019
ports.json Update ports.json Jan 29, 2019
shippable.yml CI for devextreme-themebuilder package (#7373) Mar 21, 2019
webpack.config.js Diagram - fix reference (#7605) Apr 9, 2019

README.md

DevExtreme

Build Status

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.

Download and Install

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:

Getting Started

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:

Learn

Contributing

See our Guidelines for Contributing

You can’t perform that action at this time.