Admiro Dashboard Theme For Appgini
  • Introduction
  • Installation Guide
  • General Settings
  • Table Menu Settings
  • Dashboard Builder
  • Custom Page Builder
  • Reports Builder
  • Translation Tool For Admiro
  • File Manager
  • Widget Functions
    • Data Card
  • Sweet Alert
  • Alert
  • Welcome Banner
  • Statistics Counter Card
  • Basic Table
  • Data Table
  • Modal
  • Full Calendar
  • Drop Zone
  • Line Chart
  • Area Chart
  • Bar Chart
  • Column Chart
  • Pie Chart
  • Donut Chart
  • Timeline Chart
  • Options
Powered by GitBook
On this page

Dashboard Builder

Build custom dashboards for your users or user groups.

PreviousTable Menu SettingsNextCustom Page Builder

Last updated 7 months ago

With the dashboard builder you have the flexibility if building interactive dashboards for your users.

We have provided a rich code editor that is easy to edit your code online or offline.

You can use the inbuilt widget functions to quickly build and display widgets without much coding.

For each user group you will find 2 files for it namely {group}_Bottom.php and {group}_Top.php This two files will have code displayed at the bottom or top of the dashboard for your users.

You will also Find 2 other files namely: universal_Bottom_homelinks.php and universal_Top_homelinks.php

This 2 files are used to hold dashboard code that you wish displayed for all user groups. If you do not wish to repeat common functionalities that cut across all groups you can use this 2 files to write your dashboard code.

Once you are done with your code changes you have to save code changes to make the effective immediately, if you don't save , and navigate away, all your code changes will be lost.

Dashboard Builder