HelloÂ
I have an issue with the colmodel cellattr attribute. I use it to set a title/tooltip for each cell in the grid, the tooltip text is a concatenated of 2 other grid’s columns.Â
In the code of the formatCol() function, there is a split of the result value:
, based on the text: ‘style’, and i have some rows which have the word ‘style’ as part of the text used in the tooltip/title, then the data is not displayed in the grid.
I am currently using the version 4.5.2. I have applied some of the changes to the code suggested by OlegK in a previous reply on this post. Then I can set the title attribute of a column as a function, then the text value for the title is not ‘treated’ in the formatcol function anymore, so the issue does not happen.
I would like to have your advise about this approach, is this advisable or there could be a better way ?.. maybe in recent versions (4.6.x) this issue is not present, the code of formatCol was already changed
Please advise.
Thanks
Juan PCÂ