Row Pinning — Top / Bottom

Pin rows to a sticky top or bottom band that stays in view while the body scrolls. Pinned rows are lifted out of the scrollable set (no duplication) and rendered outside the virtualizer, so selection and styling work by data reference. Configure with rowPinning = { enabled: true } and call grid.pinRow(row, 'top' | 'bottom').