Height of row base on content - lable #199
Answered
by
nick-keller
DoHoangYen
asked this question in
Q&A
-
I want to display multiple line text in a cell, can I change height of row base content? |
Beta Was this translation helpful? Give feedback.
Answered by
nick-keller
Oct 20, 2022
Replies: 1 comment 3 replies
-
Hello @DoHoangYen , It is up to you to measure some how the ideal row height. |
Beta Was this translation helpful? Give feedback.
3 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 @DoHoangYen ,
Rows can have different sizes using the rowHeight property and passing a function
((opt: { rowData: T; rowIndex: number }) => number
It is up to you to measure some how the ideal row height.