Use code to navigate to a dashboard page from a custom panel or from another dashboard page in your app.
First, copy the dashboard URL (for panels) or ID (for other dashboards). Then, use it in your panel or dashboard code.
Note: Panel buttons can also open a dashboard page with no code.
dashboard
SDK (remember to install the corresponding npm package).navigate()
function with the dashboard ID. For example:Opening a dashboard from a custom panel is slightly different:
wix-editor
module.openDashboardPanel()
function with the correct URL. For example: