Is there a Table component in Jetpack Compose?
# compose
d
Is there a Table component in Jetpack Compose?
z
There used to be, but it was temporarily removed since they wanted to re-do the API.
d
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
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
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