.
This commit is contained in:
@ -13,7 +13,8 @@ class NoteCol extends GridColumn {
|
||||
return wrapper;
|
||||
}
|
||||
|
||||
static setValue(element, _val, item, _col, grid) {
|
||||
static setValue(element, _val, it, _col, grid) {
|
||||
const item = it.values;
|
||||
const name = element.querySelector('.contact-name');
|
||||
name.innerText = item.Name;
|
||||
if (name.scrollWidth > name.offsetWidth) {
|
||||
|
Reference in New Issue
Block a user