evrencoskun / TableView

TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.
MIT License
3.14k stars 459 forks source link

the demo can`t use #266

Closed csbz17027 closed 4 years ago

csbz17027 commented 4 years ago

Why I run the demo the page only show first row header and single column? WechatIMG403

evrencoskun commented 4 years ago

Hi @csbz17027,

I'm also facing the same issue. It seems demo app doesn't work as we expected after merging some of the pull requests.

Please move a working branch backwards in git. The branch whose comment is "Migrate to AndroidX" seems working to me.

csbz17027 commented 4 years ago

Thanks for your answer @evrencoskun I found when I use it by gradle that work fine. Maybe it's related to the AndroidX.

MGaetan89 commented 4 years ago

I submitted a fix for this issue in #268. Sorry for the mistake.