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

maximum number of column? #225

Closed cipcipp closed 5 years ago

cipcipp commented 5 years ago

hello there.. i have table with size 20x5 (20 column, 5row). i've set it up correctly. At first when the size of table is 15x5 everything works fine, but when i extend to 20 columns and i scroll it horizontally, it crashed at end of the 15th column with error IndexOutOfBound; index 15 size 15. I also tried using 16 column, it crash with same error as well.

i hope in TableView Example there's shown >15 column but it shows exactly 15 column too.

so is this library has limit up to 15 column? thanks..

evrencoskun commented 5 years ago

Please check #30