|
@@ -611,6 +611,7 @@ export default class GridRow { |
|
|
|
|
|
|
|
|
$col.field_area = $('<div class="field-area"></div>').appendTo($col).toggle(false); |
|
|
$col.field_area = $('<div class="field-area"></div>').appendTo($col).toggle(false); |
|
|
$col.static_area = $('<div class="static-area ellipsis"></div>').appendTo($col).html(txt); |
|
|
$col.static_area = $('<div class="static-area ellipsis"></div>').appendTo($col).html(txt); |
|
|
|
|
|
|
|
|
// set title attribute to see full label for columns in the heading row |
|
|
// set title attribute to see full label for columns in the heading row |
|
|
if (!this.doc) { |
|
|
if (!this.doc) { |
|
|
$col.attr("title", txt); |
|
|
$col.attr("title", txt); |
|
|