Should I use a list view for this?

0
Hello!  I was just wondering, currently I have a page with a list view, that retrieves all objects from a database and displays the information. There's no edit controls, just display the data.  Right now I'm using a list view that is being filled with a microflow. When opening an attritube from the list view, there's form controls as well. Even tho I can set it to "text" to remove those, its giving me the idea that there's a better way to retrieve and display this data than a list view.  https://imgur.com/a/SFt4sJl
asked
1 answers
0

I would say based on the image that the listview is the correct choice.

The options to display the data is a matter of choice, one is not necessarily better than the other. And this is not the key point in chosing the list view or not.

answered