NPellet / visualizer

Other
42 stars 24 forks source link

New action in to mimic cell modification #1117

Open lpatiny opened 5 years ago

lpatiny commented 5 years ago

I need a way to mimic a cell modification using an action. In practice it is in the reaction calculator where I need to set a volume and that all the calculations are done like it was a user that changed this value.

Something like

API.doAction('changeCellValue, { row: 3, column: 10, value: 12.12 })

Or better would be the column name instead of the column number.

stropitek commented 5 years ago

yes column id is better