Grid Plugins

This set of plugins and features will enhance the Ext JS grid by allowing end-users to group data by multiple dimensions and to calculate summaries per group.

Examples Docs
Image placeholder
Image placeholder
Image placeholder
Image placeholder
Image placeholder
Image placeholder
Image placeholder
Image placeholder
Image placeholder

Basic grouping

Group grid store data by multiple dimensions to better analyse it.

Image placeholder

Summarise groups

You can let users summarise the entire grid store and/or groups.

Image placeholder

Grouping panel

The grouping panel plugin allows users to drag-n-drop grid columns in the grouping panel to change the store grouping. That's a must have feature for a grid.

Image placeholder

Remote summaries

If you prefer to calculate the summaries on the server side then you can do so. The plugin will fetch the results from the server and display them.

Image placeholder

Summaries plugin

The summaries plugin allows users to choose what type of summary function they need on a grid column.

Image placeholder

FilterBar plugin

This plugin adds a filter bar below the grid headers and your end-users can easily filter the grid.

Image placeholder

FilterBar operators

The operators used in the FilterBar plugin are customisable and you can also define your own operators.