This add-on contains enhancements to Grid, but also has other grid enhancement libraries included as submodules.
When cloning the project use the command:
git clone --recursive [url of the repository]
or
git clone [url of the repository]
git submodule update --init
or
git clone [url of the repository]
git submodule init
git submodule update
https://git-scm.com/book/en/v2/Git-Tools-Submodules
- grid-renderers-collection-addon
- gridactionrenderer-addon
- GridExtensionPack
mvn clean install
- running the demo
cd GridEnhancements/GirdEnhancements-demo
mvn jetty:run