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
fix(docs): added ts example for infinite pagination (#2718)
* fix(docs): added ts example for infinite pagination
* fix(docs): changed the condition of showOpenInCodeSandbox in CodeDemo
* chore(docs): add bun command
* chore(docs): add bun command
---------
Co-authored-by: WK Wong <wingkwong.code@gmail.com>
Copy file name to clipboardexpand all lines: apps/docs/content/docs/components/table.mdx
+20
Original file line number
Diff line number
Diff line change
@@ -223,6 +223,7 @@ sure to install it before using the sorting feature.
223
223
npm: "npm install @react-stately/data",
224
224
yarn: "yarn add @react-stately/data",
225
225
pnpm: "pnpm add @react-stately/data",
226
+
bun: "bun add @react-stately/data",
226
227
}}
227
228
/>
228
229
@@ -288,13 +289,32 @@ It is also possible to use the [Pagination](/components/pagination) component to
288
289
Table also supports infinite pagination. To do so, you can use the `useAsyncList` hook from [@react-stately/data](https://react-spectrum.adobe.com/react-stately/useAsyncList.html) and
0 commit comments