https://kotlinlang.org logo
#compose
Title
# compose
d

Daniele B

08/08/2020, 6:32 PM
Is there a Table component in Jetpack Compose?
z

Zach Klippenstein (he/him) [MOD]

08/08/2020, 6:34 PM
There used to be, but it was temporarily removed since they wanted to re-do the API.
d

Daniele B

08/08/2020, 6:38 PM
not very simple either 🙂
thanks anyway
Hi @Zach Klippenstein (he/him) [MOD] I have tried to use that file, but many things are deprecated
and I cannot make it work
I guess I need to wait for when the Table component is available again
z

Zach Klippenstein (he/him) [MOD]

08/08/2020, 9:26 PM
You can check the compose release notes to see what's been replaced/moved since whichever version of Compose that project is on.
👍 1
d

Daniele B

08/08/2020, 9:57 PM
thanks! for the moment actually I found a simple solution: I am using Rows with different Texts in the RowScope, and I am setting a width for each Text
👍 1
in this way I am able to display the texts aligned as if they were table columns