Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

b-table ctx.currentPage is always equal to ctx.page #5065

Comments

@makroxyz
Copy link

makroxyz commented Apr 2, 2020

Describe the bug

  1. b-table with provider function.
  2. set current-page property to 1
  3. set per-page property to 15

ctx object in provider function gives currentPage = 15

Versions

Libraries:

  • BootstrapVue: 2.10.0
  • Bootstrap: 4.4.1
  • Vue: 2.6.11

Environment:

  • Device: PC
  • OS: Linux
  • Browser: Chrome, Firefox latest

Additional context

BootstrapVue: 2.9.0 works fine

@tmorehouse
Copy link
Member

@makroxyz BootstrapVue v2.10.1 has been released with the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment