diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-09-02 12:48:43 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-09-02 12:48:43 -0400 |
| commit | 5052d51aa4c55eabc736b3c76a783db2f5208289 (patch) | |
| tree | f8579c8698471a98713e53bf4f07e5e570a55df4 /examples | |
| parent | 14094a0f9082e1eaf22d1864a52e21c69c965f3d (diff) | |
fix sorting issue on groupBy elementsv0.1.39
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/db.json | 44 |
1 files changed, 43 insertions, 1 deletions
diff --git a/examples/db.json b/examples/db.json index 74f460f..b6ab96b 100644 --- a/examples/db.json +++ b/examples/db.json @@ -247,13 +247,55 @@ "dateCreated": "Thu, 21 Apr 2016 21:52:44 GMT" } ], - "card": [], + "card": [ + { + "id": "1", + "title": "1", + "stack": "demo", + "__index": 5, + "dateCreated": "Fri, 02 Sep 2016 16:40:43 GMT" + }, + { + "id": "2", + "title": "2", + "stack": "demo", + "__index": 4, + "dateCreated": "Fri, 02 Sep 2016 16:40:57 GMT" + }, + { + "id": "3", + "title": "3", + "stack": "demo", + "__index": 3, + "dateCreated": "Fri, 02 Sep 2016 16:41:00 GMT" + }, + { + "id": "4", + "title": "4", + "stack": "demo-2", + "__index": 1, + "dateCreated": "Fri, 02 Sep 2016 16:41:17 GMT" + }, + { + "id": "5", + "title": "5", + "stack": "demo-2", + "__index": 2, + "dateCreated": "Fri, 02 Sep 2016 16:41:21 GMT" + } + ], "stack": [ { "id": "demo", "title": "Demo", "__index": 0, "dateCreated": "Fri, 02 Sep 2016 16:20:27 GMT" + }, + { + "id": "demo-2", + "title": "Demo #2", + "__index": 1, + "dateCreated": "Fri, 02 Sep 2016 16:41:10 GMT" } ] }
\ No newline at end of file |
