mattbrailsford / umbraco-fluidity

A fluent CRUD user interface generator for Umbraco
https://our.umbraco.org/projects/backoffice-extensions/fluidity/
Apache License 2.0
48 stars 40 forks source link

Split collection into multiple folders #88

Closed tobbbe closed 5 years ago

tobbbe commented 5 years ago

Lets say I have a table of Items and they have a column of Category. Is it possible to split this collection to multiple folders so that I get this in the umbraco section:

ItemCategories:
    - CoolItems
    - LameItems
    - BadItems

Something like AddCollection().Where(x => x.Category == "CoolItems")

tobbbe commented 5 years ago

Found it! https://umco.github.io/umbraco-fluidity/api/collections/#applying-a-global-filter