Xavier Loo
Xavier Loo
> @rafaelmerini1, > > There is a problem in 5.0.7-beta.18, ... use beta 19 instead. I know you use rawgit and the latest but apparently it is still pointing to...
> [@jvloo](https://github.com/jvloo) Can you share your cells implementation? Note that spanned cells defined in a certain pane shouldn't exceed it. Sure, I have simplified the code for your review. Below...
> [@jvloo](https://github.com/jvloo) Can you share your cells implementation? Note that spanned cells defined in a certain pane shouldn't exceed it. For the spanned columns: ``` const defaulColumns: Column[][] = useMemo(()...
Hi, you may add `onPointerDown={(e) => e.stopPropagation()}` to the `CellWrapper`. This is what I did for my own use case.