[Bug Report] VDataTable initial pagination
See original GitHub issueEnvironment
Vuetify Version: 2.0.4 Last working version: 1.5.16 Vue Version: 2.6.10 Browsers: Chrome 75.0.3770.142 OS: Linux x86_64
Steps to reproduce
Set initial pagination with options
object (with page: 2
)
Expected Behavior
The current page is the second (6-10 of 10)
Actual Behavior
The current page is the first (1-5 of 10)
Reproduction Link
https://codepen.io/dylan-broussard/pen/ZgJdNP?&editable=true&editors=101
Other comments
Working v1.5 demo This is very useful feature because we save the pagination in localStorage to keep it when leaving the application, so the user retrieves it next time
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Developers - [Bug Report] VDataTable is calling @update:options ...
[Bug Report] VDataTable is calling @update:options and @pagination event after load. ... Be the first to post a bounty for this issue!
Read more >Pagination error with server-side table — DataTables forums
Hi. First: congrats for this piece of software. ... an id prefixed with dta_ (= 'datatables action') inside a datatable cell gets clickable....
Read more >YUI Library Examples: DataTable Control: Server-side Pagination ...
Data error. Code for this example. This example requests fresh data from the DataSource for every change to the DataTable's sorting or pagination...
Read more >Paging - Managing Data in a Component - Webix
In this case pager is initialized as a separate component in layout and is linked to the datatable by its ID. webix.ui({ rows:[...
Read more >DataTable - YUI 2
The DataTable Control interface with the default YUI Sam Skin applied. ... changes have been applied to DataTable's pagination and sorting architectures.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Correct. The server side issue is tracked here https://github.com/vuetifyjs/vuetify/issues/8359
Reproduction Link of this Bug Report is misleading if server side issue is tracked here #8359