0

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

Albin Mathew
  • 604
  • 9
  • 19

1 Answers1

1

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.

Community
  • 1
  • 1
Oleg
  • 220,925
  • 34
  • 403
  • 798