How to align the checkbox on react-table v7 #2481
Unanswered
proasian42
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to force the checkbox to align to the center responsively when the td stretches the cell. I am using an Intedeterminate checkbox hook to my table. I am not sure if there's a universal way to align the checkboxes vertically.
I can use margin or width on some rows, but there are few rows that stretch the cells vertically. I need to make sure the checkbox aligns to center vertically for some stretched rows.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions