Aleksandra Budnik
Aleksandra Budnik
### Description Once we sort a column the formula that refers to any cell in that column uses physical row index instead of the visual index. It's also worth mentioning...
Hello! [Handsontable 12.1.0](https://handsontable.com/blog/articles/2022/6/handsontable-12.1.0-data-grid-new-hooks-new-translations-and-rendering-improvements) is out now, with plenty of improvements: 4 new hooks, 2 new translations, smoother row and column moving, smart positioning of comment boxes, better support for Parcel...
### Description The first sentence of the **Creating custom languages** and **Language file** paragraph says >It's really important for us, that the community is a important part of the growth...
### Description Cell meta is not attached correctly when cells are merged. ### Reproduction 1. Merge cells `A1: B2` Expected output  Actual output ![Zrzut ekranu 2021-12-21 o 13 40...
### Description The `trimWhitespace` is not included in the documentation and it does not work (as described at https://github.com/handsontable/handsontable/issues/7387). ### Links 1. TS definition for it https://github.com/handsontable/handsontable/blob/2dbc605c14b4f13eb25b77679f1c1cab98a274ad/handsontable/types/settings.d.ts#L198 2. Related issues...
HyperFormula 2.0.0 is here! This version adds support for reversed ranges, lets you expand the scope of whitespace characters allowed, drops the GPU.js dependency, and improves the behavior of the...
### Description We should provide bundle size information in the documentation ### Links Recommended location: building https://handsontable.github.io/hyperformula/guide/building.html#build-the-project or/and installation https://handsontable.github.io/hyperformula/guide/client-side-installation.html ### Type of issue - [ ] Missing documentation -...
Here's the ngHandsontable - the AngularJS directive for Handsontable.
### Description Cell editor does not open with a `keydown` action if a cell in a multi-cell selection is outside the viewport. The `beforeKeyDown` event is responding but the cell...
### Description If we define the same number of `fixedColumnsLeft` as the total number of columns checkbox has to be double-clicked to change its value. When we [fix fewer columns...