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
Takes a row key, row index, data entry from the data source and its statuses disabled, active and should return a renderable component to be rendered as the row. The child component will receive a method called `toggleRowActive` (only if `manuallyActivateRows={true}`) to manually activate the row. Useful if you have multiple touch responders in your view.<br />
44
+
-**renderHeader?** (function)<br />
45
+
`() => renderable`<br />
46
+
Renders returned component at the top of the list.
44
47
-**renderFooter?** (function)<br />
45
48
`() => renderable`<br />
46
49
Renders returned component at the bottom of the list.
0 commit comments