Copied to clipboard

Flag this post as spam?

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


  • Hasan Habib 8 posts 88 karma points
    Sep 19, 2022 @ 02:24
    Hasan Habib
    0

    How to extract all content data and display in a tabular format?

    Using Umbraco backoffice content I have entered 100 set of records. Each record consists of name, address, email and phone number. Now I want to get a list of all 100 data records in tabular format to display in Umbraco backoffice. How can I do it?

  • Marc Goodson 2157 posts 14434 karma points MVP 9x c-trib
    Sep 24, 2022 @ 08:35
    Marc Goodson
    101

    Hi Hasan

    It depends on what you want to achieve by displaying in tabular form?

    But one way ofchieving this is to enable a custom List View for the document type underneath which you have created your data...

    https://our.umbraco.com/documentation/fundamentals/backoffice/property-editors/built-in-property-editors/Listview/

    You can choose which fields are used as the columns in the list view..

    Or if you are looking to create some custom functionality around the tabular data then perhaps creating an angular Js powered dashboard would be the way to go

    https://our.umbraco.com/Documentation/Tutorials/Creating-a-Custom-Dashboard/

    Regards

    Marc

  • 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