Hi!
I'm working with datatables and I find that a cell with a row -> text gets its content cut off based on the datatable's row height. Is there any way to get the rows to expand to the largest text in the row?
Datatable Cell Height Auto-resize
Widgets & Design
I found this github thread: https://github.com/flutter/flutter/issues/70510, but I can't figure out how to change the datatable code directly like the one person suggested.
I tried putting the text in a container, column and row within the datatable, to no success.
Yes
1