See:
http://jsfiddle.net/qtn8szhm/20/
When scrolling the table up and down multiple times, the second column starts to be filled by incorrect text. It seems when a renderer is refired after scrolling, the arguments that it receives are wrong.
EDIT: fwiw i know using renderAllRows
option can sidestep this problem but I ran into similar issue when I try to load the table with new set of data (via updateData()
).
Help.