Skip to content

Commit

Permalink
fix: studio @rid column was missing the title
Browse files Browse the repository at this point in the history
Fixed issue #1543
  • Loading branch information
lvca committed Apr 9, 2024
1 parent 7a927b3 commit 17fc05b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions studio/src/main/resources/static/js/studio-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ function renderTable() {
for (let i in orderedColumns) {
if (orderedColumns[i] == "@rid")
tableColumns.push({
sTitle: escapeHtml(orderedColumns[i]),
mRender: function (data, type, full) {
return $("<div/>").html(data).text();
},
Expand Down

0 comments on commit 17fc05b

Please sign in to comment.