Closed Dontorpedo closed 4 years ago
Hey!
This was my initial wish, having users only define filters where they want them to show up (either on card or in filter dropdown). Unfortunately I haven't been able to come up with a good solution to this.
One of the solutions i thought of was adding a "hidden" property to the filters that are only defined in DetachedFilter card. And then overriding filter-menu component and not rendering the filters that have "hidden" property.
Maybe you or some other users have better suggestions or ideas how to solve this issue more efficiently, otherwise i'll implement the solution above.
Best Kaspar
Hi,
right now the filters visible as detached filters have to been defined also in the filter function, so they are present in both as normal filter AND as detached filters, it would much nicer to have a function to make some filters invisible in the normal filter.. so i can use detached filters for often used things and the normal filter place for not often used things..
thanks Denis