admin管理员组文章数量:1401273
I'm using the ag-grid server-side row model. In my database, I have a total of 1,000 records. I'll be loading the data in ag-grid with infinite scroll. On the initial load, based on the page number, which is 1, I have set the limit to 10 records per page. The next fetch should occur only when I reach the end of a block. Currently, it is prefetching the data for the next pages based on the total records I pass from the API, but I don't want it to behave this way because the user may not see all the data that is prefetched. The API trigger should only happen when it is needed, as I mentioned before, when I reach the end of a block(with the updated page number). Is this available in the ag-grid server-side row model (my version --> "ag-grid-enterprise": "^31.3.2")?
本文标签: How to disable prefetch data in server side row model in AggridStack Overflow
版权声明:本文标题:How to disable prefetch data in server side row model in Ag-grid - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744290271a2599077.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论