Skip to content

Commit

Permalink
🕸️ Add pagination example with infinite buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
asim-shrestha committed Sep 13, 2024
1 parent c9a553a commit a0d115e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -39531,7 +39531,7 @@
"category": "synthetic",
"subcategory": "synthetic",
"type": "listing_detail",
"goal": "Extract all job listing information including role, company, city, and description",
"goal": "Extract all job listing information",
"schema_": {
"role": {
"type": "string"
Expand All @@ -39546,7 +39546,7 @@
"type": "string"
}
},
"description": "Paginated data with only next and previous page buttons. The pagination occurs client side, cycling through pages in a circular manner regardless of the current page. Each page displays 5 job listings with role title, company, city, and a brief description.",
"description": "Paginated data with only next and previous page buttons. The buttons always work regardless if the end page is hit and will cycle through the data in a circular manner.",
"tags": [
"synthetic",
"pagination"
Expand Down

0 comments on commit a0d115e

Please sign in to comment.