This commit is contained in:
2024-01-23 15:58:56 +08:00
parent 09e62c4304
commit 07f87bfb9d
7 changed files with 33 additions and 13 deletions

View File

@ -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) {