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

pagination is not properly restored after clearing a table filter #859

Closed
zunayed opened this issue Aug 15, 2017 · 3 comments
Closed

pagination is not properly restored after clearing a table filter #859

zunayed opened this issue Aug 15, 2017 · 3 comments
Assignees

Comments

@zunayed
Copy link

zunayed commented Aug 15, 2017

https://bootstrap-vue.js.org/docs/components/table/

steps to reproduce

  1. search for a term that reduces the number of items in the table so only one pagination page is clickable
  2. delete search term from filter box

the pagination originally had 3 pages but after the filter stays at 1

@tmorehouse tmorehouse self-assigned this Aug 15, 2017
@tmorehouse
Copy link
Member

I think I know where the issue is and should be able to address it later tonight

tmorehouse added a commit that referenced this issue Aug 15, 2017
tmorehouse added a commit that referenced this issue Aug 15, 2017
tmorehouse added a commit that referenced this issue Aug 15, 2017
#860)

* fix(table): filtered event not firing when filter cleared (issue #859)

Addresses issue #859 in v0.x branch

* Update table.vue
tmorehouse added a commit that referenced this issue Aug 15, 2017
@tmorehouse
Copy link
Member

This is now fixed in the dev and 1.x branches, and should be available soon.

@tmorehouse
Copy link
Member

Now available in both latest releases.

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

No branches or pull requests

2 participants