Skip to content

Feature Request -- return filter query #109

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

Closed
alisonmosky opened this issue Mar 21, 2023 · 2 comments · Fixed by #111
Closed

Feature Request -- return filter query #109

alisonmosky opened this issue Mar 21, 2023 · 2 comments · Fixed by #111

Comments

@alisonmosky
Copy link

Hello!

Thank you so much for making this package public, it is AMAZING!!

I did have one request I was hoping could be added.

I'm doing a lot of work with filtering tables and storing the results alongside the query, and I see that you can pull out the resulting data using virtualRowData but I was wondering if there is any way to access the filter query on that table from a callback.

For example, if I start with a table of 100 rows and filtering on 'column A > 2' results in 50 rows, I can access those 50 rows of data but I can't see a way to retrieve 'column A > 2'. With more complex filters on multiple columns this would be extremely helpful.

Thank you!

@BSd3v
Copy link
Collaborator

BSd3v commented Mar 22, 2023

Hello @alisonmoss3,

Yes, this is often requested and can be very helpful. We will add it before the full release of 2.0.

@alisonmosky
Copy link
Author

Thank you! Looking forward to it!

BSd3v added a commit to BSd3v/dash-ag-grid-real that referenced this issue Mar 24, 2023
- info from the grid (read-only) (plotly#109)
- added output for `test_filter`
- added check for action props to delay until the grid is ready (plotly#99)
- set the default `dashGridOptions` to `{}` (plotly#97)
@BSd3v BSd3v linked a pull request Mar 24, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants