Skip to content

Commit

Permalink
doc updated to add perPageDropdownEnabled property
Browse files Browse the repository at this point in the history
  • Loading branch information
xaksis committed Jan 17, 2021
1 parent 318a253 commit 2ad37d3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions vp-docs/guide/configuration/pagination-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,21 @@ Number of rows to show per page
}">
</vue-good-table>
```
## perPageDropdownEnabled

type: `Boolean (default: true)`

Show or hide the per page dropdown
```html
<vue-good-table
:columns="columns"
:rows="rows"
:pagination-options="{
enabled: true,
perPageDropdownEnabled: false,
}">
</vue-good-table>
```

## perPageDropdown

Expand Down

0 comments on commit 2ad37d3

Please sign in to comment.