Copied to clipboard

Flag this post as spam?

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


  • Sprite 18 posts 158 karma points
    Mar 23, 2023 @ 13:43
    Sprite
    0

    List view column templates checkboxlist umbraco 10

    I have a list view and try to change the shown columns in the list view settings.

    One of the columns I like to show is a checkbox list and I want to show the ones that are checked.

    I don't know what to use in de template. If I use {{ value }} it will show as ["Value1", "Value2", "Value3"]. I want it to show as Value1, value2, Value3 What should I use in the tempate?

    I also have a checkbox for active. In the View I want to show an icon instead of text. Is that possible? At this moment I am using: {{ value[0] ? "Active" : "Inactive" }} . This works fine, but I love if it would show a checkbox if active and show nothing otherwise.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies