-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hi. I am trying to use prop currentPage so I can update the pagination component when some filters has been applied (start in first page).
<pagination :current-page="currentPage" :total="total" :page-size="pageSize" :callback="pageChanged" :options="paginationOptions" nav-class="padding-10" ul-class="bg-color-red" li-class="txt-color-blue">
</pagination>
However, modifying currentPage in root doesn't have any effect.
I have never seen a watcher with immediate and handler options. Is this correct?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels