分页预览时怎么样求数据的 方法 应该是结合sql 使用 WHERE rn BETWEEN start_row AND end_row;来控制每次请求的数量
对的~
------------------------
可以用SQL分页来做,就不会全加载了
单数据集分页SQL实现层式报表 https://help.fanruan.com/finereport/doc-view-996.html
https://help.fanruan.com/finereport/doc-view-996.html 可以试试这个