ag-grid : Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components. You can installing ag-grid npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install ag-grid $ sudo npm install -g ag-grid
If want to update the ag-grid package execute the command as below,
$ sudo npm update ag-grid
Update package globally,
$ npm install -g ag-grid
$ sudo git clone https://github.com/rektide/ag-grid.git
$ sudo npm install -g ./ag-grid
ag-grid@14.2.0 /usr/lib/node_modules/ag-grid
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ag-grid
Package Name | ag-grid |
Version | 14.2.0 |
Description | Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components |
Released Date | 2017-11-16T15:22:35.777Z |
Published by | seanlandsman |
How to Learn | https://www.npmjs.com/package/ag-grid/tutorial |