Columns tool panel

The tool panel is the docked sidebar - standard in enterprise grids - for managing columns without hunting through a right-click menu. Turn it on with the toolPanel prop:

<SvGrid {data} {columns} {features} toolPanel />

A columns button appears at the grid's top-right. Clicking it opens a panel docked on the right edge with, for every column:

Notes

See the live Columns tool panel demo.