DashboardPage component
The DashboardPage
component displays a dynamic dashboard with various statistics, charts, and data visualizations.
The component is tightly connected to the defineDashboardController
settings, which manage both API interactions and dashboard behavior. If you want extra control over how the dashboard looks or works on the client side, you need to use the DashboardPage
component.
Properties
title
string
, optionalThe title displayed at the top of the page. If not provided, the navigation item name will be used as the default.
headerRightSection
ReactNode
, optionalA custom component displayed on the right side of the page header.
headerBottomSection
ReactNode
, optionalA custom component displayed below the page header.