AG Grid find filter data #2158
Closed
snowbollaanm
started this conversation in
Ideas / Feature Requests
Replies: 1 comment
-
Thanks for the suggestion, @snowbollaanm! We're always looking for ways to improve NiceGUI's usability. But I'm not sure about
I understand that you're trying to find a shortcut to simplify user code. But this way you're moving many specific API decisions and complexity into the library. Right now I'd argue that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I've created a function to be put into the AG Grid that will return a dictionary with the values from it's filter. It also contains options to return values from a specific columns filter or all columns.
This can be called one of two ways:
v = await circuit_grid.get_filter_data()
v = await circuit_grid.get_filter_data(colID='column field')
I was hoping that it could be added to the aggrid py file for the next release.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions