Possibility to hide a table on a list page

Hello there, I'm using a tree structure for a Resource but I just want to show the tree structure (as a widget) and don't need the table view. Can I hide the table or should I use a custom view to achieve this?
Solution:
I think you can probably change this to a custom page if you only need the widget.
Jump to solution
3 Replies
Solution
Patrick Boivin
Patrick Boivin2mo ago
I think you can probably change this to a custom page if you only need the widget.
Dennis Koch
Dennis Koch2mo ago
This. Why create a ListPage if you don’t want the list. Widgets are just Livewire components and can be rendered on a page.
Christophe
Christophe2mo ago
Thanks, thats just what I needed. Still starting to get a hang of this...