There was an error while loading. Please reload this page.
1 parent 57d2489 commit a4a0660Copy full SHA for a4a0660
renderers/contributed/adaptive-table.js
@@ -27,7 +27,7 @@ Jsonary.render.register(Jsonary.plugins.Generator({
27
if (!columnsObj[column]) {
28
columnsObj[column] = true;
29
renderer.addColumn(column, schemas.title() || column, function (data, context) {
30
-if (data.basicType() == "object" && depthRemaining < 0) {
+if (data.basicType() == "object" && depthRemaining <= 0) {
31
return '<td class="jsonary-recursion-limit-reached">...</td>';
32
} else {
33
return this.defaultCellRenderHtml(data, context, column);
0 commit comments