How to get Check Box as First Column #3601
Unanswered
gopusrikanth04
asked this question in
Q&A
Replies: 1 comment
-
You can consider adding position: sticky; left: 0; |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hey,
I am trying to apply grouping and row selection . I am getting the check box after the grouped columns.
as shown below
I want it as first column. How to fix this problem
I render the Table like below code sample
https://codesandbox.io/s/github/ggascoigne/react-table-example?file=/src/Table/Table.tsx:657-668
Thank You
Beta Was this translation helpful? Give feedback.
All reactions