Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions vp-docs/guide/configuration/pagination-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ For tables that may have many pages, 'pages' mode offers the ability to jump to

type: `String (default: 'bottom')`

Add pagination on 'top' or 'bottom' (top and bottom) of the table (default position is bottom)
Add pagination on 'top', 'bottom', or both (top and bottom) of the table (default position is bottom)
```html
<vue-good-table
:columns="columns"
Expand Down Expand Up @@ -240,4 +240,4 @@ the parameters passed to infoFn are the following:

## Replace Pagination Component

you can also replace the pagination component with your own component - [Custom Pagination](/guide/advanced/#custom-pagination)
you can also replace the pagination component with your own component - [Custom Pagination](/guide/advanced/#custom-pagination)