KamilH
03/31/2023, 10:57 AMComposable
without rendering it?
Use case: I’m writing a Table
component (LazyColumn
of `Row`s), and upfront I know which cell in a column will be the widest one (the one with the longest text), so I would like to measure such cell before rendering and use its width for cell in a column. Without that, columns resize to adjust to the widest one while scrolling and discovering more rows. I would like to avoid this effectStylianos Gakis
03/31/2023, 12:23 PMephemient
03/31/2023, 3:50 PMStylianos Gakis
03/31/2023, 3:57 PMephemient
03/31/2023, 3:59 PMephemient
03/31/2023, 4:00 PMdorche
03/31/2023, 4:21 PMKamilH
03/31/2023, 5:38 PMStylianos Gakis
03/31/2023, 5:43 PMKamilH
03/31/2023, 5:44 PMephemient
03/31/2023, 5:46 PMdorche
03/31/2023, 6:31 PMJoel Denke
04/01/2023, 1:42 PMZach Klippenstein (he/him) [MOD]
04/04/2023, 6:22 PM