dynamic filter #446
-
Hi, is possible to have a dynamic filter? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
nobody can give me this answer, please? |
Beta Was this translation helpful? Give feedback.
-
Thank you for reaching out to us on our community forum with your query. I understand that you are looking for a filter that works based on dynamically changing conditions, but unfortunately, we do not currently have such a filter available. However, there is a similar function available on our Demo page, which uses "Visible" and "Displayed" fields. You can find this example on our Demo page. That said, Backpack for Laravel does offer the ability to create custom filters, so you can create a filter that fits your specific requirements. To create a custom filter, please refer to our documentation on creating custom filters. Please let us know if you have any further questions or if there's anything else we can assist you with. |
Beta Was this translation helpful? Give feedback.
-
I'm closing this issue due to inactivity. If you need further assistance or have additional questions, feel free to reopen this issue or create a new one. We're here to help! |
Beta Was this translation helpful? Give feedback.
Filter are currently not so dynamic. I think you would need to create your own filter with two fields (and a + button) following https://backpackforlaravel.com/docs/5.x/crud-filters#creating-custom-filters.
Another option is to create a custom page and show multiple form fields and filter the results manually.