Skip to content

Commit

Permalink
docs: update pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
NedcloarBR committed Aug 31, 2024
1 parent 4fae69f commit 514555e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/recipes/pagination.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ import { AppService } from './app.service';
// Add buttons for skip to first and last page
allowSkip: true,
// Add buttons for search page
allowTraversal: true
allowTraversal: true,
// Define the buttons position (start / end)
buttonsPosition: "end"
})
],
providers: [AppService]
Expand Down

0 comments on commit 514555e

Please sign in to comment.