How to Show Elements in the Desktop View but not Mobile and Exports

Last updated: November 27, 2024

You can hide components on mobile and export views by selecting the specific formats when in the dashboard edit view, and then hiding specific components using the panel on the left.

Screenshot 2024-11-26 at 10.53.24 PM.png


If you want to hide elements on desktop views that appear on mobile, you can use the hide element parameter when embedding.

Steps

  1. Add the element you want to show in mobile view to the dashboard.

  2. When embedding the dashboard in your desktop app, use the hide option to hide the element.

For example, if you want to show a report title card only in the mobile view, you would:

  1. Add the report title card to the dashboard.

  2. In your desktop app code, embed the dashboard with the hide option set to the ID of the report title card element.

Check out the embedding documentation for more details on using the hide option.