added repetable column
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 26 May 2010 12:18:41 +0000 (14:18 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 26 May 2010 12:18:41 +0000 (14:18 +0200)
data/test.js

index c5b98fc..c58c5cf 100644 (file)
@@ -2,16 +2,20 @@
  "items":[{
          "id":[0]
        , "alpha":["a"]
+       , "repeatable":[1,2,3]
        },{
          "id":[1]
        , "alpha":["c"]
+       , "repeatable":[4,5,6]
        },{
          "id":[2]
        , "alpha":["b"]
+       , "repeatable":[7,8,9]
        },{
          "id":[42]
        , "alpha":["b"]
+       , "repeatable":[1,3,5,7,9]
        }
 ],
- "header":["id","alpha"]
+ "header":["id","alpha","repeatable"]
 }