You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this fixes an issue I encountered when a new set of data being shown is the same length as the previous data and the controls broke, specifically
showLoader and actionTriggered were stuck to true
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,3 +81,4 @@ name | type | description
81
81
**pullDownToRefreshThreshold** | number | minimum distance the user needs to pull down to trigger the refresh, `default=100px`
82
82
**refreshFunction** | function | this function will be called, it should return the fresh data that you want to show the user
83
83
**initialScrollY** | number | set a scroll y position for the component to render with.
84
+
**key** | string | the key for the current data set being shown, used when the same component can show different data sets at different times, `default=undefined`
0 commit comments