How to reference to the currentColumn on which bubble is displayed
How to reference to the currentColumn on which bubble is displayed
shankarasta
Posts: 14Questions: 6Answers: 0
Hi,
In editor preSubmit or postSubmit, how can I get reference to the "current" cell that was clicked to show the editor bubble?
Is editor.s.bubbleNodes[0]._DT_CellIndex.column and row the only way to get the cell index and the corresponding column index?
Thanks,
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @shankarasta ,
Yep, you can access the
data
object passed in like this example. Hope that helps,Cheers,
Colin
Thanks Colin.
This helped a lot.
We can close this thread.