Kamran Asif
Kamran Asif
@tomalec @warpech Are there any of these you would want prioritized? Otherwise I'll probably implement the no-clone flag
@endel I don't think that fork is available publicly. Its owned by @schrodinger, @wcjordan could open source it. I've created my own lib for my needs: [KamranAsif/evil-diff](https://github.com/KamranAsif/evil-diff)
@wcjordan Can we close this in favor of #61 ?
We've implemented our own solution, but any of them should work. The cell element is very dynamic and works with most everything. Can you share a fiddle with a WIP...
Ah I see. We only support dragging cells at the moment. Can you throw up a quick POC of react-dnd working with a cell so I can have a better...
You probably need a column that will initiate your row dragging right? I think you just need to change the preview to be the entire row, which you can get...
Hey, Looks like react-dnd updated their API a while ago. What I'm thinking is using rowClassNameGetter to assign a unique id to each row. Then, when configuring your drag preview,...
This isn't really a bug since there isn't anything _wrong_ with mocha/chai. That being said, feel free to open a PR switching to Jest and I'm sure the team will...
I think the ReactWheelHandler fix is fine. Can you put up a PR?
@wcjordan [MouseEvent](https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent) has properties if alt/ctrl/shift/meta was held down when fired.