Open
Description
I have to preserve the filter during page navigation. I was going through https://github.com/GriddleGriddle/Griddle/blob/master/src/components/Filter.js, but did not found any way to set the filter text externally. Below snippet filter the data properly but doesn't set the filter text. Need some indicators to proceed
store.dispatch({
type: 'GRIDDLE_SET_FILTER',
filter: this.props.filterText
});
Metadata
Metadata
Assignees
Labels
No labels