Copied to clipboard

Flag this post as spam?

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


  • Mark Edison Khu 3 posts 72 karma points
    Jan 15, 2018 @ 04:38
    Mark Edison Khu
    0

    Applying custom filter for backoffice listview

    Hello,

    We are doing a simple seminar registration in our website using umbraco. I just wanted to seek for help on how to create a custom filter using the backoffice list view? Are there any resources you can give for me to use?

    enter image description here Attached is the screenshot of our page, and we want to filter the list based on the seminar or seminar date attended.

    Thank you!

  • Dan Diplo 1554 posts 6205 karma points MVP 5x c-trib
    Jan 15, 2018 @ 13:00
    Dan Diplo
    0

    You can create a custom list view layout, though it's not that simple. The best two resources I know are:

    https://24days.in/umbraco-cms/2016/custom-list-view-layouts/

    https://umbraco.tv/videos/umbraco-v7/developer/extending/custom-listview/

    Good luck!

  • Mark Edison Khu 3 posts 72 karma points
    Jan 16, 2018 @ 02:29
    Mark Edison Khu
    0

    Hello, thank you for your reply sir. It seems that there is no easy way to implement custom filter. I'll just use your diploaudit plugin as a reference and the links you've shared. I hope that Umbraco can implement custom filters in the future.

    Thank you!

  • Andy Felton 185 posts 484 karma points c-trib
    Mar 31, 2020 @ 13:49
    Andy Felton
    0

    Hi Mark,

    Did you manage to complete the filter for list view? I'm currently seeing no way to filter the paged list of items passed to the List View controller and reducing the number of pages?

    Thanks

    Andy

  • Francis Benyah 35 posts 111 karma points
    Apr 16, 2020 @ 08:33
    Francis Benyah
    0

    Hi Mark, Andy

    Did you guys figure out a way of doing this without changing the core?

    Seems I also need to find a similar solution.

    In my case though it is a little bit more complex as I need to search based on a content picker property.

    I tried to use Nexu (https://our.umbraco.com/packages/backoffice-extensions/nexu/) in the interim but I think the number of nodes might be killing it so it doesn't seem to finish building its index for the nodes with a ton of children

    Thanks

  • Andy Felton 185 posts 484 karma points c-trib
    Apr 16, 2020 @ 08:42
    Andy Felton
    0

    Hi Francis,

    No sorry I got to the point where this would need a change to the core to get it working.

    Thanks Andy

  • Francis Benyah 35 posts 111 karma points
    Apr 16, 2020 @ 09:30
    Francis Benyah
    1

    Thanks Andy

    I am also sitting with the same dilema at the moment and trying to avoid going that route.

    If I make any positive progress will let you know.

    Thanks

  • Tim 66 posts 89 karma points
    Jul 03, 2023 @ 10:25
    Tim
    0

    Did anyone get this working? I'd like to do something like this...

    enter image description here

  • Obi Onuorah 2 posts 72 karma points
    Oct 17, 2023 @ 06:42
    Obi Onuorah
    0

    @Tim did you get anywhere with your implementation? Why are the umbraco team silent about this? I have asked and somehow the question always gets sidestepped

  • Tim 66 posts 89 karma points
    Nov 14, 2023 @ 17:22
    Tim
    0

    Hey Obi,

    Nope, and now I have another task that would work really benefit from having custom filters in a list view.

    Umbraco team, could do better...

  • Marc Goodson 2138 posts 14321 karma points MVP 8x c-trib
    Oct 17, 2023 @ 07:57
    Marc Goodson
    0

    Hi Obi

    Is there a ticket on the issue tracker for this?

    https://github.com/umbraco/Umbraco-CMS/issues

    Can try to see if there are any plans afoot for a ListView 2.0...

    In past I've gone one of two ways with this kind of dilemma... either hijack the Search:

    https://dev.to/skttl/how-to-customize-searching-in-umbraco-list-views-1knk

    and enable 'special' search terms, eg if editor types colour:blue - then the custom implementation of search, detects this, and only searches for List View Items with the specific colour

    or

    I've just created my own Custom Dashboard to give a UI dedicated to filtering results.

    But be great if there was a mechanism to customise the ListView filter UI built in.

    regards

    Marc

Please Sign in or register to post replies

Write your reply to:

Draft