brkckr / TableView

A RecyclerView that looks like a TableView, can scroll horizontally and vertically with a fixed header at the same time.
140 stars 21 forks source link

notifydatasetchanged bug #2

Closed shresthaRam closed 4 years ago

shresthaRam commented 4 years ago

we update the adapter with notify datasetchanged, recyclerview do not reset its height while applying notifysetchanged because of wrap content of recycle view (since you have match_parent to the recyclerview height)

brkckr commented 4 years ago

Could you please provide more information? Code, video, etc...