Skip to content

Commit d9a4d90

Browse files
committed
fix: tooltip formatting in result view
1 parent 4d5705b commit d9a4d90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/views/results/html.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,8 @@ export function generateScroller(basicSelect: string, isCL: boolean, withCancel?
459459
default:
460460
cell.title = column.type;
461461
}
462+
cell.title += \`\\n\`;
463+
cell.title += columnHeadings === 'Label' ? column.name : column.label;
462464
});
463465
464466
// Initialize the footer

0 commit comments

Comments
 (0)