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

Invalidate cache when changing dataset #169

Closed damianogiusti closed 6 years ago

damianogiusti commented 6 years ago

This pull request add the widths cache clearing when calling setAllItems(List<CH>, List<RH>, List<List<C>>) as mentioned in issue #167