`DataTable` in compose is removed. Is there any al...
# compose
a
DataTable
in compose is removed. Is there any alternative for that ?
a
No, not at the moment.
v
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
Yes, exactly. But please note that Table is not available as of dev11 neither.
v
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
Ohh thanks