summaryrefslogtreecommitdiffstats
path: root/examples/example-grouping.html
diff options
context:
space:
mode:
authormleibman <michael.leibman@gmail.com>2011-01-02 02:12:58 -0800
committermleibman <michael.leibman@gmail.com>2011-01-02 02:12:58 -0800
commitbd40d9443bd79f5d03b9576122bc24813336cecc (patch)
tree9e0d384d525d9ebd1ac051dbdef905dc36ab7aa6 /examples/example-grouping.html
parent189f6a4b47a61f354262d4697046f66a3a3c9ada (diff)
downloadSlickGrid-bd40d9443bd79f5d03b9576122bc24813336cecc.zip
SlickGrid-bd40d9443bd79f5d03b9576122bc24813336cecc.tar.gz
SlickGrid-bd40d9443bd79f5d03b9576122bc24813336cecc.tar.bz2
Forgot to change the grouping example back to 10'000 items. It does work with 50'000, but IE isn't as smooth.
Diffstat (limited to 'examples/example-grouping.html')
-rw-r--r--examples/example-grouping.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-grouping.html b/examples/example-grouping.html
index 4bc26d3..8ead10b 100644
--- a/examples/example-grouping.html
+++ b/examples/example-grouping.html
@@ -198,7 +198,7 @@
$(function()
{
// prepare the data
- for (var i=0; i<50000; i++) {
+ for (var i=0; i<10000; i++) {
var d = (data[i] = {});
d["id"] = "id_" + i;