Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sencha/gxt-demo-grids
See the GXT grids in action.
https://github.com/sencha/gxt-demo-grids
grids gwt gxt java sencha
Last synced: about 4 hours ago
JSON representation
See the GXT grids in action.
- Host: GitHub
- URL: https://github.com/sencha/gxt-demo-grids
- Owner: sencha
- License: other
- Created: 2017-04-20T16:07:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-30T09:50:39.000Z (5 months ago)
- Last Synced: 2024-07-01T18:53:18.318Z (5 months ago)
- Topics: grids, gwt, gxt, java, sencha
- Language: Java
- Homepage: http://examples.sencha.com/gxt-grids/latest
- Size: 391 KB
- Stars: 6
- Watchers: 14
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GXT Demo Grids.
Show how to wire up the grids. And it allows some experimentation of sizes of simulated record sets.## GXT
* [Sencha GXT Product Info](https://www.sencha.com/products/gxt/)
* [GXT Guides](http://docs.sencha.com/gxt/4.x/)## Demo
* [Grids Demo](http://examples.sencha.com/gxt-grids/)
## Debug
1. Run `mvn install` at root, so the theme is built. (You can stop it on the application compile, debugging in SDM will do this piece)
2. Import the project into the IDE.
3. Start the launcher in the ide on the `application` module.* Debug the application, from the application module.
* `mvn install` only has to be done initially to set up the project.
* Or run `mvn install` on the theme if it's modified.