How to incorporate dropdown-menu column filter in built-in textfield filter
Griddle version
1.3.1
Expected Behavior
How can I modify the built-in filter to specify which columns I can filter out? Is there a certain function I need to call or a certain custom component I need to create? Any direction would be immensely appreciated.
@DannyTakeuchi Right now there is now way to filter out certain columns from the filter. The localplugin handles the filter right now. https://github.com/GriddleGriddle/Griddle/blob/679614c1724e84bc625fdaea045b1fb665cd54cd/src/plugins/local/selectors/localSelectors.js#L36
My suggestion would be to look at making an Enhanced plug that updates the filter code and excludes the columns. The ability to exclude columns from the filter seems like a great feature - I think was available in earlier versions, but got lost in the new architecture of V1+.