question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug Report] VDataTable initial pagination

See original GitHub issue

Environment

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:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
nekosaurcommented, Aug 14, 2019

Correct. The server side issue is tracked here https://github.com/vuetifyjs/vuetify/issues/8359

0reactions
tbanyscommented, Aug 15, 2019

Reproduction Link of this Bug Report is misleading if server side issue is tracked here #8359

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found