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
Component for rendering sectioned lists for plain React.
6
6
<br>
@@ -78,7 +78,7 @@ The component expects a generic-type <span id="genericT">T</span> that describes
78
78
| className | Used to override a component's styles using custom classes. | string | no |
79
79
| onEndReached | Called once when the scroll position gets within `onEndReachedThreshold` of the rendered content. | () => void | no |
80
80
| onEndReachedThreshold | How far from the end the bottom edge of the list must be from the end of the content to trigger the onEndReached callback. | number | no |
81
-
| renderSectionHeader | Rendered at the top of each section. | (title: {title: string, data: [T](#genericT)[]}) => ReactNode| no |
82
-
| shouldLoadData |Indicate whether to create an IntersectionObserver.| boolean | no |
81
+
| renderSectionHeader | Rendered at the top of each section. | (section: {title: string, data: [T](#genericT)[]}) => ReactNode | no |
82
+
| shouldLoadData |Indicated whether to create an IntersectionObserver. | boolean | no |
83
83
| ListEmptyComponent | Rendered when the list is empty. | ReactElement | no |
84
84
| ListFooterComponent | Rendered at the very end of the list. | ReactElement | no |
0 commit comments