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

amar_1995

05/10/2020, 7:10 PM
DataTable
in compose is removed. Is there any alternative for that ?
a

Anastasia [G]

05/10/2020, 8:08 PM
No, not at the moment.
v

Vinay Gaba

05/10/2020, 8:09 PM
They are working on cleaning up the API so it was deprecated in dev09. You should expect an alternative sometime in the future. If you just want a grid of some kind, you can use Table - https://github.com/vinaygaba/Learn-Jetpack-Compose-By-Example/blob/master/app/src/main/java/com/example/jetpackcompose/scrollers/GridLayoutActivity.kt
a

Anastasia [G]

05/10/2020, 8:14 PM
Yes, exactly. But please note that Table is not available as of dev11 neither.
v

Vinay Gaba

05/10/2020, 9:50 PM
oh boy! I guess I’ll have to push that PR when dev11 is out and I upgrade my repo! Thanks for the heads up
👍🏽 2
a

amar_1995

05/11/2020, 12:58 AM
Ohh thanks
4 Views