JavaScript Data GridTool Panels
javascript logo
Enterprise

This section covers Tool Panels, available via the grid's Side Bar, which allow for easy access to powerful grid operations such as grouping, pivoting, and filtering. Custom Tool Panels can also be provided to the grid.

Overview

Tool Panels are panels that sit in the Side Bar to the right of the grid. The Side Bar allows access to the tool panels via buttons that work like tabs. The Side Bar and a Tool Panel are shown in the screenshot below.

Side Bar

Provided Tool Panels

The grid provides the following Tool Panels:

Custom Tool Panel Components

In addition to the provided Tool Panels, it is also possible to provide custom Tool Panels.

For more details refer to the section: Custom Tool Panel Components.

API

The gridApi has the following methods that can be used to interact with the tool panel.

Events

The following events are emitted from the tool panel.

See: Tool Panel Events
See: Tool Panel Events
See: Column Menu API / Events

Next Up

Before covering the Tool Panels in detail, continue to the next section to learn about the Side Bar.