Aleksandra Budnik
Aleksandra Budnik
### Description The *List of differences with other spreadsheets* guide just as the *built-in functions* guide does not fit into the `.theme-default-content` container with `max-width: 740px`. However, the *built-in functions*...
### Description Some of the demos are added to guides, but they are cut in a way that makes the DX rather poor. We should resize the example's element to...
Example in the docs: Clipboard operations demo throws an error if `paste` is clicked before `copy`
### Description Clipboard operations demo throws an error if `paste` is clicked before `copy`. Reported on Slack at https://handsoncode.slack.com/archives/C031GBX62SE/p1679694557095759 ### Steps to reproduce 1. Click `paste` button to see the...
### Page URL https://hyperformula.handsontable.com/guide/sorting-data.html#data-sorting-demo ### Improvement description Here's how the sorting demo looks on 100% zoom on Chrome and FF  And here's how...
### Description We should consider: - including changed formulas in the array of changes returned by the CRUD operations - introducing the `formulasUpdated` event that can be subscribed to The...
### Description As in the title, if we use `precisionRounding: 14` for the `200.05 - 200` calculation we get `0.0500000000000114` instead of `0.05` value. However, it all works well if...
### Description 1. Go to https://hyperformula.handsontable.com/api/classes/config.html#smartrounding 2. Clik on the anchor in the line - For more information, see [precisionEpsilon](https://hyperformula.handsontable.com/api/classes/config.html#readonly-precisionepsilon). Result: Nothing happens, the URL for this link is https://hyperformula.handsontable.com/api/classes/config.html#readonly-precisionepsilon...
Hi all! We've just released Handsontable 14.3.0. In this version, we’ve added a new feature focused on improved navigation and better cell focus management. As usual, you can also expect...
### Description In the extension to this issue https://github.com/handsontable/handsontable/issues/6167 we should also block the removal of any quotes when those are pasted to a cell. ### Steps to reproduce 1....
### Description We're not able to edit data if its provided key has a dot. ``` var dataObject = [{ 'a.b': 14, onedChng: 0.0092 }]; ``` ### Steps to reproduce...