Skip to content
Snippets Groups Projects
Commit d2df31b4 authored by juanf's avatar juanf
Browse files

SSDM-5083 - Implementation hints

SVN: 38234
parent 3bc720ef
No related branches found
No related tags found
No related merge requests found
......@@ -127,6 +127,9 @@ function GridView(gridModel) {
if(!usedLabels[labels[i].displayName]) {
var labelContainer = $("<div>", { class: "storageBox", id : Util.guid() }).append(labels[i].displayName);
if(labels[i].displayName) {
//TODO SSDM-5083 - Implementation hints
//TODO Check if data is sample and, if then, get the PrintUtil.getTable and put it as tooltip
//TODO Check PlateView.js 516
labelContainer.tooltipster({
content: $("<span>").html(labels[i].displayName)
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment