Reputation: 604
how can display items of a hidden colmodel when mouse over another column which shows only some part of the data. in user column i have many names, i only display first user name and rest the count. so i passed the full names as hidden. I want to display that names according to the mouseover
Upvotes: 0
Views: 405
Reputation: 221997
If I correctly understand the problem you can solve it by usage cellattr
callback which defines title
attribute based on the value of another (hidden) column. See the answer for the corresponding code example.
Upvotes: 1