Hi team,
I just check our pro demo found we can add comments for each cell. But I have a column used "render" to generate the cell contents. So is that possible add comments for this?
{ title: "Line Item Status", width: 64,align: "center",editable: false,dataIndx: "status", render: goPR }
"goPR" is one js method.
Thank you!