-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
[Bug Report] v-data-table pagination event fired twice... #10715
Closed
ais-one opened this issue
Mar 1, 2020
· 3 comments
· Fixed by #10769 or moghwan/coroma-19#1 · May be fixed by SigmaITC/competencebyjava-front-end#8
Closed
[Bug Report] v-data-table pagination event fired twice... #10715
ais-one opened this issue
Mar 1, 2020
· 3 comments
· Fixed by #10769 or moghwan/coroma-19#1 · May be fixed by SigmaITC/competencebyjava-front-end#8
Labels
Comments
ghost
added
the
S: triage
label
Mar 1, 2020
nekosaur
added a commit
that referenced
this issue
Mar 7, 2020
8 tasks
nekosaur
added
C: VDataTable
VDatatable
T: bug
Functionality that does not work as intended/expected
and removed
S: triage
labels
Mar 7, 2020
johnleider
pushed a commit
that referenced
this issue
Mar 17, 2020
It is happening again, at least on 2.2.22 |
It's still happening on version 2.4.0. For now I am not calling the |
Still happening on version 2.6.10. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Environment
Vuetify Version: 2.2.15
Last working version: 2.2.14
Vue Version: 2.6.11
Browsers: Chrome 80.0.3987.122
OS: Windows 10
Steps to reproduce
Below is the steps on how I made the reproduction link - https://codepen.io/ais-one/pen/OJVgxWZ
1.Go to documentation (Vuetify version 2.2.15):
https://vuetifyjs.com/en/components/data-tables#paginate-and-sort-server-side
Open the codepen
add event to :
@Pagination="doPage"
doPage () { console.log('Paged', Date.now()) },
Expected Behavior
pagination event should only fire once
Actual Behavior
pagination event fired twice
Reproduction Link
https://codepen.io/ais-one/pen/OJVgxWZ
Other comments
Refer to issue below also...
#10212 (comment)
The text was updated successfully, but these errors were encountered: