Krzysztof ‘Budzio’ Budnik

Results 21 comments of Krzysztof ‘Budzio’ Budnik

> @budnix In [c7bb49f](https://github.com/handsontable/handsontable/commit/c7bb49f24378def1ea364f750632df445f679bc0) I took your idea from [08895d4](https://github.com/handsontable/handsontable/commit/08895d41f91294e5de8521b05423c951a0f8cf8d), but modified it to utilize both calculators for fully visible rows/columns and partial ones. It looks like it works fine,...

Recently the GH workflow [action was updated](https://github.com/handsontable/handsontable/pull/10077). I can only guess, but it seems to me that this issue may be not valid anymore. @warpech, can you confirm?

I think that the `CellCoords` class should stay private (there should be no export). By private I mean the developer should not be able to create instances as there is...

Good point, @dagroe 👍 Just forgot about typings. After thinking about it, I change my mind. However, I'd propose to reexport the coords classes within the main package name, something...

There won’t be support for Vue 2 wrapper in the future so the PR is obsolete.

> @budnix Another thing I noticed is that I cannot use `TAB` to leave the cell in the `empty` column. I'm not sure if it's specific for this [demo](https://codesandbox.io/p/sandbox/vigorous-bouman-5vv2f9?file=%2Fpackage.json) or...

@ottosson did you try `autoWrapRow` option? I think this is what you’re looking for.

@rmlevangelio I investigated the issue, and it seems that the typing for the `propToCol` method is correct. The typing is more consistent with what the method actually returns. In some...