Hi,
I'm integrating BaconJS with SlickGrid and I have two events that I'm trying to handle, the OnBeforeMoveRows and OnMoveRows, I've created two streams, one for each. Now what I want is to, after evaluating some function under OnBeforeMoveRows, to be able to stop the flow and prevent moving rows, that would mean returning false or stop propagation. However I can't seem to figure out how to do it, anyone can provide some guidance on this please?
Thank you!