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?
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
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?
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
is working on a reply...