You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The list.filters now seems to be fixed by field and value. This is not quite flexible, so I suggest to add a group property to filter where only one filter can be applied in the group (like RadioButton group). And the fields can also accepts a function to dynamicly generate filters.
Summary
The
list.filters
now seems to be fixed by field and value. This is not quite flexible, so I suggest to add a group property to filter where only one filter can be applied in the group (like RadioButton group). And the fields can also accepts a function to dynamicly generate filters.Basic Example
in model.posts.list
Drawbacks
If the function is complex, the performance might be affected greatly
Unresolved questions
No response
The text was updated successfully, but these errors were encountered: