I'm using the disableWrite
to disable a column in a table if a toggle value is enabled. Functionally it works, but the UI doesn't reflect the change immediately — the column only appears disabled after I click somewhere in the screen (like another cell or outside the table). The toggle value reflects immediately without any clicks
Is there a way to force the UI to refresh automatically so that the column's disabled state is visually updated without requiring user interaction?
Hi Samita,
I confirm the issue. I guess the feature was designed to work for rather 'static' rows. Nevertheless, this should be easy to support. Feel free to make that suggestion by creating a ticket in your m&s project.
PS: documentation mentions: It is not possible to change this value at runtime (options attribute | DataMiner Docs)