Is there a way to list all the views for each table in one single view panel instead of clicking at the table names to see the views associated with that table? Here’s an example:
Products
- view 1 from products table
- view 2 from the products table
Employees
- view 1 from employees table
- view 2 from employees table
Thank you in advance
Joe