This is the default listview Content app. It is not possible to add another list view there. But you can do this in content by adding 2 listviews as property where data type is listview. But it will only work to display the children of the content type that is adding the 2 listviews.
If you want to create 2 different views, you will have to customize a listview. So you can do whatever you want
I want 2 list views in single document type
Hello,
This is the default listview Content app. It is not possible to add another list view there. But you can do this in content by adding 2 listviews as property where data type is listview. But it will only work to display the children of the content type that is adding the 2 listviews.
If you want to create 2 different views, you will have to customize a listview. So you can do whatever you want
https://docs.umbraco.com/umbraco-cms/extending/customize-the-editing-experience
https://github.com/YourITGroup/MemberListView
is working on a reply...