Documentation

Column Pinning

Column pinning (also known as freezing or sticking) allows you to keep important columns visible while horizontally scrolling through wide tables, making it easier to maintain context.

Basic Implementation

To pin columns, simply add the pinned property to your header objects:

Column Pinning Configuration

PropertyRequiredDescriptionExample
HeaderObject.pinned
Optional
Pins the column to the left or right side of the table, keeping it visible during horizontal scrolling.
Options:
left
right