我需要在我的jQuery引导网格中过滤行(带有分页)。
我怎么能从网格中得到所有的行?
当我尝试执行这个$('#TableId').bootgrid().data('.rs.jquery.bootgrid')时,它只返回第一页中的行。
发布于 2017-10-20 10:35:54
就快到了。试试这个:
$('#TableId').bootgrid().data('.rs.jquery.bootgrid').rows返回引导网格现在使用的所有行数据(数组)。
https://stackoverflow.com/questions/46665213
复制相似问题