Reusable header

Reusable header serves as a navigation bar in your application. The header can be customized according to your requirements, and it saves its state across all the application pages so you don't have to add it to each page separately.

Triggers

Triggers allow you to launch certain actions based on different events.

On Init

Calls for an action on component initialization

Working with the header

To activate the header in your application, access the Settings sidebar of the current page (click on the app area or select the page in the Pages tab), and select the Show global app header checkbox.

You can configure header appearance using the following parameters:

  • Sticky header - select this option to make sure the header stays in the same place while users are scrolling down the page

  • Background color

  • Min rows - adjust header width

  • Disable container styles - select to disable all styles or specific ones if you want the header to look more like part of the page and not a separate container

To configure header navigation, you can simply drag and drop components inside it, for example, the Horizontal menu component. From there, you can configure additional in-app or external navigation if needed.

Last updated

Was this helpful?