Hi, I am trying to pass object to custom renderer so that I can add more feature to that cell provided in that object. Is there any way to achieve that?
https://jsfiddle.net/nihal123/uozny1xv/
Please update same if possible.
If I pass object to data: ‘firstcolumn’ it works but ones I double click on the field it shows [object object]
Is there any way to send object to renderer and also avoid this [object object] issue.
Thanks in advance