Griddle icon indicating copy to clipboard operation
Griddle copied to clipboard

How to incorporate dropdown-menu column filter in built-in textfield filter

Open DannyTakeuchi opened this issue 8 years ago • 1 comments

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 avatar Jul 24 '17 21:07 DannyTakeuchi

@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+.

sww314 avatar Jul 28 '17 14:07 sww314