Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between ag-grid packages

There are multiple ag-grid packages available in npm. I haven't found any decent documentation which explains differences between them. What are minimum ag-grid packages required for enterprise grid in angular app?

  1. differences between ag-grid-enterprise and @ag-grid-enterprise/all-modules
  2. differences between ag-grid-community and @ag-grid-community/all-modules. When using ag-grid-enterprise v22 is it explicitly required to install ag-grid-community or @ag-grid-community/all-modules.
like image 851
Anil Avatar asked Oct 27 '25 03:10

Anil


2 Answers

The packages (modules) are explained in this part of the ag-Grid docs

If you are confused, them best is just ignore all the packages and follow the getting started guides.

In a nutshell, you can ignore most of the packages and just include everything like the Getting Started guides do. Then come back and look at how to load individual packages if you want to reduce your bundle size and are not using all the features.

like image 149
Niall Crosby Avatar answered Oct 29 '25 00:10

Niall Crosby


  1. ag-grid-community is the base javascript package ag-grid provides.
  2. ag-grid-enterprise - use this only, if you would like to use enterprise features and have enterprise license.
  3. ag-grid-angular - if you need to use ag-grid with angular framework, use this.

    Similarly, ag-grid also provides framework friendly packages like ag-grid-react, ag-grid-vue.

For your .../all-modules related questions, not sure if those are valid or not, but if you want to use ag-grid with angular, the above mentioned packages are there for you.

Add-ag-grid-to-your-project this link will help you get started with this.

like image 20
Paritosh Avatar answered Oct 29 '25 01:10

Paritosh



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!