i want to know if there is any possibility to show the full text from a cfgridcolumn header like the attribute "ALT"
in html or using a popup just for the header or a hover method.
Asked
Active
Viewed 58 times
0

Miguel-F
- 13,450
- 6
- 38
- 63

spinx king
- 17
- 6
-
I suspect not but I'm willing to be embarassed. – Dan Bracuk May 12 '20 at 15:42
-
2Without the means to do this using ColdFusion, the simplest approach would be to manipulate the DOM using javascript after the page is rendered and you can easily add the `alt` or `title` attribute that way. – user12031119 May 12 '20 at 16:50
-
hi sir , thanks it's a very good idea but the problem that i can 't put an "id" in cfgridcolumn it does not accept that attribute . – spinx king May 13 '20 at 09:22
-
1I suggest writing a simple page that outputs a few rows of data using a `cfgrid`. Then view the resulting html source code and see if there is anything potentially useful. – Dan Bracuk May 13 '20 at 16:45