jqGrid功能-最大可呈现的行数(分页和虚拟滚动) [英] capabilities jqGrid - Max no of rows it can render (paging off and virtual scrolling off)

查看:681
本文介绍了jqGrid功能-最大可呈现的行数(分页和虚拟滚动)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对功能jqGrid有疑问.我们要关闭分页并在客户端上加载所有数据,而无需实现虚拟滚动(也应关闭分页).在我们尝试加载50,000条记录* 20列时,jqGrid可以实际处理多少条记录,而且似乎爆炸了(注意:虚拟滚动已关闭,分页已关闭)

I have a question regarding capabilities jqGrid. We want to turn paging off and load all the data on the client side without implementing virtual scrolling (paging turned off as well). How many records can the jqGrid handle realistically as we have been trying to load 50,000 records * 20 columns and it seems to blow up (Note: Virtual Scrolling turned off and Paging turned off)

推荐答案

我认为这不是个好主意.没有用户能够浏览一百万个单元.因此,您希望将99.9%(或更多)的不需要的数据发送给客户端.您真正需要的是实现面向主题的数据过滤.

I don't think that it's good idea. No user are able to look through 1 million cells. So you want to send 99,9% (or more) unneeded data to the client. What you really need is implementation of the subject oriented filtering of the data.

网格的性能主要取决于您使用的Web浏览器的JavaScript引擎.由于JavaScript性能大不相同,因此没人能为您推荐IE6和Chrome 19的通用建议.

The performance of the grid will be mostly depend from the JavaScript engine of the web browser which you use. Nobody can get you common recommendation for IE6 and Chrome 19 because of very different JavaScript performance.

无论如何,我确定您必须在服务器端实现分页,排序和过滤 .我认为在100万个数据单元的情况下确实需要.

In any way I am sure that you have to implement paging, sorting and filtering on the server side. I think it's really required in case of 1 million cells of data.

这篇关于jqGrid功能-最大可呈现的行数(分页和虚拟滚动)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆