After vue uses footable.js, request to traverse, the paging is not refreshed in real time?

as the title, after I use ajax request, after v-for traversal, the paging is displayed, but when I modify or delete a row, the paging will not be displayed after reloading, but all the data will be displayed! How to solve this?
load for the first time:

:

how to solve this?

Mar.12,2021

whether your data is paged at the front end or at the back end should be made clear. If you modify the data table, you will re-load


the paging data will not be updated after modifying the data.

Menu