Configuring the Status Bar

Summary

Status Bars are configured at by developers at design time.

Note

This requires configuring both AG Grid GridOptions and AdapTable's Adaptable Options

Developers are able to configure 3 main elements of the Status Bar:

  • how many Status Bars (if any) are displayed
  • where they are displayed
  • the initial contents of each Status Bar

Defining the Status Bar

2 steps are required when defining Adaptable Status Bars:

  • Register the Status Bars in the statusBar property of AG Grid GridOptions
  • Define the Status Bar Panels in Status Bar Initial State.
Developer Guide

Guide to Defining the AdapTable Status Bar

Status Bar replacing Dashboard
Fork
  • This demo shows how you can use the Adaptable Status Bar to remove the Dashboard - useful when creen real estate is tight:
    • Quick Search and Layout have been put in in the Status Bar (together with AG Grid Row Count)
    • The Dashboard has been hidden completely