Skip to content

Commit f6d0624

Browse files
committed
nested demo loggin
1 parent 6c41571 commit f6d0624

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

demo/nested.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ <h1>Nested grids demo</h1>
7272
};
7373

7474
save = function() {
75-
json = grid.save(true, true);
75+
json = grid.save(false, true);
76+
console.log(json);
77+
// console.log(JSON.stringify(json));
7678
}
7779
destroy = function() {
7880
grid.destroy();

0 commit comments

Comments
 (0)