[Bug Report][3.3.11] VDataTable - Unable to set initial page #17966
Closed
Description
Environment
Vuetify Version: 3.3.11
Vue Version: 3.3.4
Browsers: Firefox 117.0
OS: Linux x86_64
Steps to reproduce
Set the page
prop to something other than 1. (e.g. from a URL query parameter)
Expected Behavior
Table displays the given page of the table.
Actual Behavior
The page
prop is always changed back to 1 on load.