Pin first column on horizontal scroll

Live in demo 25-column-pinning.

Open the live example: Column pinning + freezing (Columns)

When

Wide grids where the row-label column must stay visible while the data scrolls horizontally.

How

Key API surface:

See the demo source for the full implementation; this recipe pins the pattern + the surface so you can copy-paste it confidently. The doc page that explains the underlying feature in depth is linked from the recipes index.

See also

Related articles