React Grid - Band Columns

The Grid component supports band columns. You can add this feature by specifying banded columns for a band column.

The following plugins implement the Band Columns feature:

Basic Setup

Import the plugins listed above and specify the TableBandHeader plugin’s columnBands property to set up a Grid with band columns. The nesting level depth is unlimited.

Appearance Customization

The TableBandHeader plugin allows you to customize the appearance of the header with bands. The following example demonstrates how to use the cellComponent and add icons to band cells: