Simple answer, No this is not possible OOB. You could perhaps create your own custom view but that would not be a simple undertaking.
There may however be other ways to achieve what you want.
e.g. for your 'category buttons' you could perhaps use Block Lists or blockgrid depending on your use case.
If you could perhaps explain how you wish to use the 'category buttons/Cards' someone could perhaps offer a more meaningful solution.
How can I show two different children in two different list views?
I have a page that has two children:
Homepage (Document Type with Template)
How can I show in my Content both of my children items in two different List Views? Currently the two of them are being shown together.
Sorry if my explanation is poor, but I'm quite new in Umbraco (v10).
Thanks in advance, AS
Hi Andy,
Simple answer, No this is not possible OOB. You could perhaps create your own custom view but that would not be a simple undertaking.
There may however be other ways to achieve what you want. e.g. for your 'category buttons' you could perhaps use Block Lists or blockgrid depending on your use case.
If you could perhaps explain how you wish to use the 'category buttons/Cards' someone could perhaps offer a more meaningful solution.
Hi Andy,
You can't show two different List Views by default, but you can achieve this by implementing Custom List views.
just an example of implementation here
is working on a reply...