Filters not working on custom views for list operation (Pro) #1201
-
I added this custom list view to the end of setupListOperation()
Then added/removed some columns inside the custom view Now how to add filters for this custom view? I want the new filters to be different from the default view. Tried to remove all filters and added new ones inside the setupMyCustomView(), didn't work. Also tried to add/remove filters after calling Seems backpack deliberately removes all the filters in custom list views, see the screenshot |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @ahmadmobaraki Sorry to tell you this, but the custom views do not support filters in the current version. |
Beta Was this translation helpful? Give feedback.
Hey @ahmadmobaraki
Sorry to tell you this, but the custom views do not support filters in the current version.
To meet your needs, you can create multiple CRUDs extending the parent CRUD and use them for the same model.