Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在列表框中创建了手动分页。我也为每个标题设置了 sort=("auto")。但是这种排序只在当前页面上进行。我应该搜索孔数据。但是在每一页上我从数据库中只得到 35 个数据。列表框自动分页工作正常,但它从数据库中获取所有数据,并且速度非常慢。
您应该实现自己的 ListModel 以仅加载所需的数据,而不是全部。这个小谈话是一个很好的参考。