I was working on a project, and I wanted to disable all events for a certain data view until after initialization. In my ignorance, I thought the event-view-disable widget sounded like a match. I saw it took a dataview as a parameter, so I put my dataview in.
Well, contrary to the tool tip, it ignores the parameter and disables dataview change events globally. Which causes lots and lots of unexpected side effects.
For my needs disabling the column events was the correct thing to do. I’m not sure what the use case for event-view-disable – maybe to make sure you don’t accidentally change the %currentDataview% on other events in the chain?