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

ReBind Data in tableview #292

Open sanakalam opened 4 years ago

sanakalam commented 4 years ago

is there any method which I use to reload or rebind Data in tableview. I am fetching data from API after the first response data is not refresh for the second response until I restart my app.

MGaetan89 commented 4 years ago

Did you try to call one of the following methods (depending on your needs) to update the table:

https://github.com/evrencoskun/TableView/blob/c33f96fa09f3e355e4bdcaafec468db46e6b9523/tableview/src/main/java/com/evrencoskun/tableview/adapter/AbstractTableAdapter.java#L77-L142