From f846fa62722566a00436c0ebfc394e9ddf1c0cb6 Mon Sep 17 00:00:00 2001 From: jhjang <jhjang@maprex.co.kr> Date: 금, 24 12월 2021 11:09:07 +0900 Subject: [PATCH] - 통합 검색 완료 --- src/main/webapp/custom_components/js-table/table.provider.js | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/custom_components/js-table/table.provider.js b/src/main/webapp/custom_components/js-table/table.provider.js index 6d1864f..b847527 100644 --- a/src/main/webapp/custom_components/js-table/table.provider.js +++ b/src/main/webapp/custom_components/js-table/table.provider.js @@ -23,6 +23,7 @@ colSpan : 0, // colspan �쓣 吏��썝�븳�떎. subHead : false, // 留뚯빟 rowspan, colspan �쓣 �궗�슜�븯寃� �릺硫� true 濡� �뀑�똿. columnHint : "", // 而щ읆 �젙蹂대�� 異붿텧�븯湲� �쐞�븳 �엺�듃 �젙蹂대�� 以��떎 - tableColumnGenerator �쓽 �궗�슜�옄 �젙�쓽 �븘�뱶 遺�遺꾩뿉�꽌 �궗�슜 + columnTooltip : "", // hover �떆 �댋�똻 蹂댁뿬二쇨린 setHName : function (hName) { this.hName = hName; return this; @@ -82,6 +83,10 @@ setColumnHint : function (dColumnHint) { this.columnHint = dColumnHint; return this; + }, + setColumnTooltip : function (hTooltip) { + this.columnTooltip = hTooltip; + return this; } }; -- Gitblit v1.8.0