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.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b63d-2c275.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b63d-2c275.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?