Hi,
We've been using jqGrid for a while and and lots the capabilities. We're loading data dynamically to be able to support large datasets, which is great.
The major problem we're having is related to the fact that some of our tables have lots of columns. One example table I just looked at has 217 columns but only like 100 rows (although the more common case is more like tens of thousands of rows). When the number of columns is relatively high like this the performance becomes really bad, even on pretty fast machines and on slow machines it is practically unusable.
Additionally, when the number of columns is high, when I try to use my column-selector, generally listing the columns to select isn't too slow, but when you apply your changes it can take a very, very long time to the point where the Javascript engine asks if you want to abort the script.
I realize that so many columns maybe outside the realm of realism for the design, but I was wondering if there was something I could to do improve things? These tables load data dynamically, which I mentioned before. They each have the input box at the top so I can search on any column and each column is sortable.
Any thoughts on this?
Thanks,
Kevin
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top