实现Ajax异步的layui分页
我们常用layui做前端的很多东西,比如分页的实现,但是一般都是同步的,这次遇见一个新的需求,要求异步加载数据并且分页也是异步的,解决思路是在先把异步加载数据方法分离用自定义函数出来,先调用自定的方法异步加载数据完成后再进行分页,然后在分页里再次调用加载数据方法。。 页面效果图 页面代码 - < div class ="rctj-box ${(detailflg=='detailflg')?'':'layui-hide'} " > < div style ="margin-top: 25px" > 人才推荐 </ div > < div class ="rctj" style ="margin-top: 10px;padding: 20px;background-color: #F2F2F2;" > < table class ="layui-table" > < colgroup > < col width ="150" > < col width ="200" > < col > </ colgroup > < thead > < tr id ="rckth" > < th style ="text-align:center" > 姓名 </ th > < th style ="text-align:center" > 学历 </ th > < th style ="text