-
-
Notifications
You must be signed in to change notification settings - Fork 716
AG-Grid's 'rowSelection': {'mode':"multiRow",'headerCheckbox':False}
won't work
#3854
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for reporting this issue, @python-and-fiction! |
Unfortunately, upgrading from 32.1 to 32.2 breaks existing behavior, e.g. calling the "selectAll" method doesn't work without specifying the "rowSelection" option. @python-and-fiction Is it possible that the feature you're describing didn't exist in AG Grid <=32.2? I just tried your code with NiceGUI 1.4.37 and it doesn't work either. In this case, this issue isn't a bug but a feature request. And since it depends on upgrading third-party libraries, it would need to wait for NiceGUI 3.0. |
@falkoschindler yes, https://github.com/ag-grid/ag-grid/blob/v32.1.0/community-modules/core/src/main.ts has no |
I was playing around with aggrid and found this issue. If you don't want to upgrade before 3.0: Is it possible to override the library path for aggrid somehow? |
@mockey Sorry, we can't upgrade to version 33 yet due to possible breaking changes. The changelog is quite long and it's hard to foresee which change might cause trouble in productive NiceGUI apps. The easiest workaround might be this:
If all goes well, the resulting grid should have slightly different look and feel: ![]() |
I see.
Thanks for the detailed instruction. I might give this a try. |
Description
It is same as ag-grid/ag-grid#8855
Following code won't work as expected.
When i upgrade ag-grid to 32.2.1, it works well.

The text was updated successfully, but these errors were encountered: