How to change headercell's height? #326
Unanswered
D-nagasumi
asked this question in
Q&A
Replies: 1 comment
-
Use <Table headerHeight={50} /> |
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
-
Hello.
Now, I want change headercell's height.
So I checked prop and try to change headercell's height like this:
<HeaderCell height={200}>Name</HeaderCell>
But this code dosen't work.
How can I change the headercell's height?
Sincerely.
Beta Was this translation helpful? Give feedback.
All reactions