summaryrefslogtreecommitdiffstats
path: root/examples/example-grouping.html
diff options
context:
space:
mode:
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;