You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have enabled pagination. If I navigate to a page that is not the first one and then reduce the number of rows (by filtering or changing the pageSize) so that all rows fit in a single page, I get this warning:
[Vue warn]: Component emitted event "update:currentPage" but it is neither declared in the emits option nor as an "onUpdate:currentPage" prop.
Thank you for your help.
The text was updated successfully, but these errors were encountered:
Hello,
I have enabled pagination. If I navigate to a page that is not the first one and then reduce the number of rows (by filtering or changing the pageSize) so that all rows fit in a single page, I get this warning:
[Vue warn]: Component emitted event "update:currentPage" but it is neither declared in the emits option nor as an "onUpdate:currentPage" prop.
Thank you for your help.
The text was updated successfully, but these errors were encountered: