0👍
:pagination.page.sync=”pagination”
if you sync that way, vue by-default column sort and search will work as usual. though pagination watch call all time for search and column sort, you have to handle it: fetch data needed or not
Source:stackexchange.com