From 6bd87f2bc7af7361f126451b95dc279b44e9f138 Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 수, 22 12월 2021 17:42:16 +0900 Subject: [PATCH] Merge branch 'master' of http://192.168.0.25:9001/r/owl-kisa --- src/main/webapp/custom_components/js-tree/tree.provider.js | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/custom_components/js-tree/tree.provider.js b/src/main/webapp/custom_components/js-tree/tree.provider.js index 0e3afee..914f3c7 100644 --- a/src/main/webapp/custom_components/js-tree/tree.provider.js +++ b/src/main/webapp/custom_components/js-tree/tree.provider.js @@ -16,6 +16,7 @@ dDateFormat : "", // �궇吏� �삎�떇 subHead : false, // 留뚯빟 rowspan, colspan �쓣 �궗�슜�븯寃� �릺硫� true 濡� �뀑�똿. columnHint : "", // 而щ읆 �젙蹂대�� 異붿텧�븯湲� �쐞�븳 �엺�듃 �젙蹂대�� 以��떎 - tableColumnGenerator �쓽 �궗�슜�옄 �젙�쓽 �븘�뱶 遺�遺꾩뿉�꽌 �궗�슜 + columnTooltip : "", // hover �떆 �댋�똻 蹂댁뿬二쇨린 setHName : function (hName) { this.hName = hName; return this; @@ -47,6 +48,10 @@ setColumnHint : function (dColumnHint) { this.columnHint = dColumnHint; return this; + }, + setColumnTooltip : function (hTooltip) { + this.columnTooltip = hTooltip; + return this; } }; -- Gitblit v1.8.0