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:Jump to solution
I think you can probably change this to a custom page if you only need the widget.
3 Replies
Solution
I think you can probably change this to a custom page if you only need the widget.
This. Why create a ListPage if you don’t want the list. Widgets are just Livewire components and can be rendered on a page.
Thanks, thats just what I needed. Still starting to get a hang of this...