How pin 'Select' column? #450
Unanswered
willthebrit
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am able to pin columns easily with
initialState={{ columnPinning: { left: ["name"] } }}
I am unable to pin the 'Select' column with
initialState={{ columnPinning: { left: ["select"] } }}
How can I left pin the select column? thank you.
Beta Was this translation helpful? Give feedback.
All reactions