What is the correct way to dynamically change the value of cells in an interactive report with javascript?
Actually, I thought I had found a quick solution by using Jquery. However, it seems that this is only a visual change because once i click a cell, the original value is displayed again.
I could not find it in the javascript api documentation how to do that.
Some informations what i am trying to do. A user should be able to copy values from one column to multiple others similiar to excel when you click and drag the mouse.
To commit the changes he has to press the save button as usual.