We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b353f2d + 7926627 commit 8590285Copy full SHA for 8590285
assets/app/js/renderer.js
@@ -77,7 +77,7 @@ $(document).ready(function () {
77
.on("node-selected", node => {
78
// Set the search value for the first column (path) equal to the
79
// Selected jstree path and redraw the table
80
- cluesTable.columns(0).search(node.id).draw();
+ cluesTable.columns(0).search(node.id + "/").draw();
81
nodeView.setRoot(node.id);
82
barChart.draw();
83
});
0 commit comments