Skip to content

Commit

Permalink
Add pagination section
Browse files Browse the repository at this point in the history
  • Loading branch information
databyjp committed Jan 6, 2025
1 parent d896df0 commit 90ae285
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
Binary file added developers/wcs/img/explorer-7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions developers/wcs/tools/explorer-tool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import ExplorerImg2 from '/developers/wcs/img/explorer-2.png';
</div>
</div>
</div>
<br/>

### Explore collections and objects

Expand Down Expand Up @@ -117,6 +118,26 @@ import ExplorerImg6 from '/developers/wcs/img/explorer-6.png';
</div>
</div>
</div>
<br/>

### Pagination

When viewing a collection with many objects, pagination controls are available at the bottom of the list. Use these controls to navigate through the objects.

import ExplorerImg7 from '/developers/wcs/img/explorer-7.png';

<div class="row">
<div class="card">
<div class="card__image">
<img src={ExplorerImg7} alt="Explorer Tool"/>
</div>
<div class="card__body">
<p>When viewing a collection with many objects, pagination controls (item 13) are available at the bottom of the list. Use these controls to navigate through the objects.</p>
<br/>
<p>The number of objects per page can be adjusted using the dropdown (item 14), where the total number of objects in the collection is also shown.</p>
</div>
</div>
</div>

## Support

Expand Down

0 comments on commit 90ae285

Please sign in to comment.