You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
- 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)
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!
The text was updated successfully, but these errors were encountered: