Vuetify: [Bug Report] VDataTable Items Per Page Options Is Not Working

Created on 30 Jun 2019  路  2Comments  路  Source: vuetifyjs/vuetify

Versions and Environment

Vuetify: 2.0.0-beta.4
Vue: 2.6.10
Browsers: Chrome 75.0.3770.100
OS: Windows 10

Steps to reproduce

Using the first VDataTable example in the documentation

I set the option to [5, 20, 50]

Expected Behavior

rows per page should show 5, 20, 50, ALL as dropdown options

Actual Behavior

it shows 5, 10, 15, ALL which is the default setting

Reproduction Link

https://codepen.io/ais-one/pen/xoYORw

triage

Most helpful comment

:footer-props="{
itemsPerPageOptions: [100,200]
}"

All 2 comments

My bad, I am closing this issue. I found the correct way to do it...

https://next.vuetifyjs.com/en/components/data-tables#footer-props

:footer-props="{
itemsPerPageOptions: [100,200]
}"

Was this page helpful?
0 / 5 - 0 ratings

Related issues

milleraa picture milleraa  路  3Comments

jofftiquez picture jofftiquez  路  3Comments

itanka9 picture itanka9  路  3Comments

smousa picture smousa  路  3Comments

Webifi picture Webifi  路  3Comments