How to use SetCellMeta for comment

Hi Support,

I’m trying to set comment in my handsonetable.

See following exemple
http://jsfiddle.net/Lotchi/s1yqsbmm/

My handsontable is build base on a list of object. For some of these object I have a property called “Note” and I would like to have the value of this property as comment of brand column of my handsontable. However I don’t really understand how to use the SetCellMeta method.
Can you give me an example please?

Thanks in advance,
Thomas

Hi @luexternaltweyrich

I recommend using setCommentAtCell method. Here’s a similar demo http://jsfiddle.net/4k5280v4/

Hi Aleksandra,

Thanks this is clear to me know!

kr
Thomas

you’re welcome @luexternaltweyrich