From 088abb85397989088e65d037dc8864daa17f001d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 9 Jul 2021 14:51:01 +0800 Subject: [PATCH] sync --- docs/src/Roo_bootstrap_Table.js.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/Roo_bootstrap_Table.js.html b/docs/src/Roo_bootstrap_Table.js.html index b3084cf068..be9edba628 100644 --- a/docs/src/Roo_bootstrap_Table.js.html +++ b/docs/src/Roo_bootstrap_Table.js.html @@ -583,6 +583,7 @@ tag: 'th', cls : 'x-hcol-' + i, style : '', + tooltip : cm.getColumnTooltip(i), html: cm.getColumnHeader(i) }; @@ -931,6 +932,9 @@ var td = { tag: 'td', + // this might end up displaying HTML? + // this is too messy... - better to only do it on columsn you know are going to be too long + //tooltip : (typeof(value) === 'object') ? '' : value, cls : rowcfg.rowClass + ' x-col-' + i, style: '', html: (typeof(value) === 'object') ? '' : value -- 2.39.2