Skip to content

Commit

Permalink
docs(Pagination): Updated links to GitHub examples (#2732)
Browse files Browse the repository at this point in the history
Updated outdated links to GitHub examples for `Pagination`.
  • Loading branch information
thaytharma authored Oct 6, 2023
1 parent 60067b7 commit 3ced434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ A load button is shown at the bottom by having `use_load_button={true}` - but he

### Advanced Table infinity scroller

You can find the code either on [GitHub](https://github.com/dnbexperience/eufemia/tree/main/packages/dnb-design-system-portal/src/docs/uilib/components/pagination/Examples.js) or on [CodeSandbox](https://codesandbox.io/s/eufemia-table-pagination-infinity-546f7)
You can find the code either on [GitHub](https://github.com/dnbexperience/eufemia/tree/main/packages/dnb-design-system-portal/src/docs/uilib/components/pagination/Examples.tsx) or on [CodeSandbox](https://codesandbox.io/s/eufemia-table-pagination-infinity-546f7)

<PaginationExampleInfinityTable />
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ render(

#### Infinity scroller method #4

Using a `InfinityMarker` only. See [code example on GitHub](https://github.com/dnbexperience/eufemia/tree/main/packages/dnb-eufemia/src/components/stories/PaginationTableMarker.stories.tsx).
Using a `InfinityMarker` only. See [code example on GitHub](https://github.com/dnbexperience/eufemia/blob/main/packages/dnb-eufemia/src/components/pagination/stories/PaginationTableMarker.stories.tsx).

This method will basically add a load button on top, if `startup_page` or `current_page` is higher than `1` at the first render.

Expand Down

0 comments on commit 3ced434

Please sign in to comment.