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
|`children`| Optional`*`|`ReactNode`| - | The content to render for each record |
92
-
|`data`| Optional`*`|`RaRecord[]`| - | The records. Defaults to the `data` from the [`ListContext`](./useListContext.md)|
92
+
|`data`| Optional|`RaRecord[]`| - | The records. Defaults to the `data` from the [`ListContext`](./useListContext.md)|
93
93
|`isPending`| Optional |`boolean`| - | A boolean indicating whether the data is pending. Defaults to the `isPending` from the [`ListContext`](./useListContext.md)|
94
-
|`render`| Optional|`(record: RaRecord) => ReactNode`| - | A function that returns the content to render for each record |
94
+
|`render`| Optional`*`|`(record: RaRecord) => ReactNode`| - | A function that returns the content to render for each record |
95
95
|`total`| Optional |`number`| - | The total number of records. Defaults to the `total` from the [`ListContext`](./useListContext.md)|
0 commit comments