How to freeze grid's header and some of the columns at the left? #104
Answered
by
nick-keller
DevotedCode
asked this question in
Q&A
-
Is there a way to customize the grid that its header and specified columns at the left side will be always visible even when user scrolls grid's content? |
Beta Was this translation helpful? Give feedback.
Answered by
nick-keller
Jan 13, 2022
Replies: 1 comment
-
Hello @DevotedCode, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nick-keller
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @DevotedCode,
The header row is always visible / fixed / sticky, so is the left gutter column. You can also add a sticky column to the right.
But you cannot add more sticky rows or columns, this use case is too complex for the current architecture, notably making the selection work across sticky and non-sticky content is complicated.