Open robjd opened 6 years ago
@robjd unfortunately not at the moment fluidity only supports a single list of data views. The best you could do is use a Data View Builder to dynamically build a list of combinations https://umco.github.io/umbraco-fluidity/api/data-views-builders/
Are there any plans on the roadmap to have multiple data views? Also do you have a code example for the DataView Builder?
I want to have multiple data views (dropdowns) for my list page. I have created one data view by using the listViewConfig.AddDataView sytnax but can't see a way to have multiple drop downs. My object has over 20 properties and I would like to have several data views covering different properties. Is this possible?