AG Grid Enterprise #2431
Replies: 13 comments 12 replies
-
|
Currently NiceGUI only supports AG Grid Community and I'm not sure how AG Grid Enterprise could be integrated. |
Beta Was this translation helpful? Give feedback.
-
|
I am a user of NiceGUI and have been enjoying its capabilities with AG Grid Community. However, I believe that integrating AG Grid Enterprise would bring additional value to the tool. AG Grid Enterprise offers advanced features that could greatly enhance the functionality of NiceGUI. Some specific features I am interested in include [mention features], and I believe many other users share this interest. Considering the growing popularity of AG Grid Enterprise, it would be fantastic if NiceGUI could provide support for it |
Beta Was this translation helpful? Give feedback.
-
|
Here is a pull request that adds the ability to use aggrid in enterprise mode: #3757 Would it be helpful to additionally create a feature request issue for this? |
Beta Was this translation helpful? Give feedback.
-
|
Here is my initial aggrid enterprise component: https://github.com/xaptronic/nicegui-aggrid-enterprise Likely will make some additional updates, but if anything obvious appears missing feel free to mention. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
Can we just merge this extensions into nicegui ? Ipyaggrid (which I don't think it's actively maintained anymore) also has the option to use enterprise features. For testing you don't even need an enterprise licence btw |
Beta Was this translation helpful? Give feedback.
-
|
Update: Renewed interest in AG Grid Enterprise support This topic has come up again in #5623, so I wanted to provide a status update and outline possible paths forward. Current situation:
Why we can't include Enterprise in core: AG Grid Enterprise is commercial software requiring paid licenses. We can't bundle it in NiceGUI's distribution - users must bring their own license. Possible paths forward:
Call to action:
Your feedback helps us understand the demand and prioritize our efforts. Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
Two comments:
|
Beta Was this translation helpful? Give feedback.
-
|
I don't have an AG Grid enterprise license, and I think that fact is the bottleneck. How can I test something which I cannot run? |
Beta Was this translation helpful? Give feedback.
-
|
You shouldn't need an AGGrid enterprise license to test it. AG Grid Enterprise licensing works by requiring a paid key for production use, but you can test its advanced features (like grouping, pivoting, master/detail) locally without one; they display a console warning and a temporary watermark to indicate unlicensed use, encouraging you to get a trial or purchase. To test, just install the ag-grid-enterprise package and use the features, which will work until you deploy to production, where the watermarks/errors appear unless a valid license is provided. I think it's safe to add the package to nicegui It should NOT be a niceGUI problem if people use it for production without a valid licence, as niceGUI is just providing the interface. Ipyaggrid for example does exactly this. You can literally install the enterprise from npm and start using it right away I am not sure why you are against the idea to add it to nicegui core |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
If interested:
|
Beta Was this translation helpful? Give feedback.
-
|
In version 3.6 we just released PR #5629 which simplifies the use of AG Grid Enterprise: ui.aggrid.set_esm_module('https://cdn.jsdelivr.net/npm/ag-grid-enterprise@35.0.0/+esm')
...
ui.aggrid(..., modules='enterprise')This is probably as far as we can push it legally, so I'm closing this feature request. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hi everyone,
How can I use AG Grid Enterprise?.
How Can I use/setup key for ag-grid enterprise
Beta Was this translation helpful? Give feedback.
All reactions