问题描述
即使我请求一页数据,我有时也注意到,但是在后台,我看到了 Ajax调用随着页数的增加而继续进行。 就像我请求数据 page = 1?pageSize = 100,完成通话后,我看到另一个通话 page = 2?pageSize = 100 page = 3?pageSize = 100 page = 4?pageSize = 100 等等。
I have a function that initializes the tabulator table with a progressive load scroll.
Every time before initializing the table I destroy the existing tabulator,so that
tabulator will not complain about reinitialize issue.
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)