Roo/bootstrap/Table.js
authorAlan Knowles <alan@roojs.com>
Fri, 9 Jul 2021 06:47:33 +0000 (14:47 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 9 Jul 2021 06:47:33 +0000 (14:47 +0800)
Roo/bootstrap/Table.js

index 300708a..1111788 100644 (file)
@@ -932,7 +932,8 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
             var td = {
                 tag: 'td',
                 // this might end up displaying HTML?
-                tooltip : (typeof(value) === 'object') ? '' : value,
+                // 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