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

Loading Data On Tableview #287

Open sanakalam opened 4 years ago

sanakalam commented 4 years ago

I am facing issue On data load when page load it will show only few records but when I apply sorting all data shows properly.

  1. I am setting the row size by using .length function with my model.
  2. Not applying Pagination.