From: Alan Knowles Date: Fri, 9 Jul 2021 06:51:01 +0000 (+0800) Subject: sync X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=088abb85397989088e65d037dc8864daa17f001d sync --- 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