reactivebase
reactivebase copied to clipboard
How to retrieve the current query
Hi,
Is there a way I can grab the current query? I am using ReactiveList component, it retrieves and displays the items in pagination (10 items at the time). However, I would like to grab the all data retrieved from the query at one time, to be used in export functionality.
Thank you!
You can get the current query via onQueryChange prop.
To export all data refer: https://github.com/appbaseio/reactivesearch/issues/334