Remember that in order to use Generic UI Grid, you need to also include jQuery library file. You can download library from the jQuery website or use CDN server:

<!-- jQuery CDN -->
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>

Download jQuery Grid


$ npm install @generic-ui/jquery-grid

The alternative solution is to use yarn instead


$ yarn add @generic-ui/jquery-grid

Now your installation is completed. The grid should be set and ready to use. To follow the basics of how to use grid with the jQuery library read this generic ui grid basics guide.

The more advanced developers we suggest to read the Grid API documentation page.

Generic UI will provide all code necessary for running Grid within your application, using the NPM / yarn install command. To update Grid library, remember to run this script always with the newest version:


$ npm update @generic-ui/jquery-grid

$ yarn upgrade @generic-ui/jquery-grid

If you are not familiar with the installation process of the NodeJS platform you can follow the official guide on nodejs.org.