Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Andy S 1 post 71 karma points
    Feb 06, 2023 @ 19:51
    Andy S
    0

    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)

    • Category Buttons (Document type without Template)
    • Cards (Document type without 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

  • Huw Reddick 1875 posts 6421 karma points MVP 2x c-trib
    Feb 07, 2023 @ 08:43
    Huw Reddick
    0

    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.

  • Dhanesh Kumar MJ 158 posts 512 karma points MVP c-trib
    Feb 07, 2023 @ 15:12
    Dhanesh Kumar MJ
    0

    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

    • Create a custom listview.
    • Add a filter on top of the view
      • Might be a dropdown /checkbox.
        • Category Buttons
        • Cards
    • Based on the filter selection you can switch/show the different views.
Please Sign in or register to post replies

Write your reply to:

Draft