adrianszymanski89

Results 15 issues of adrianszymanski89

### Context I added the missing demo to the `multiColumnSorting` plugin documentation. The demo itself can be seen here: https://jsfiddle.net/aszymanski/7k1gotjf/ I decided to add some initial config to show the...

Docs: Content

### Description If we define the cell type as, for example, `password` and then we want to change the type to `text` by using `setCellMeta()` and back again to `password`,...

Type: Bug
Regression
Metadata

### Description Trying to get the removed row index and store it as a state in React produces the following error: > Uncaught TypeError: Cannot read properties of null (reading...

Type: Bug
react

### Description For example - when not all array fields are filled in the data object the calculations in the cell will not be executed until the cell editor will...

Formulas

### Description When we have `dateFromat` set to `MM/DD/YY` and we input, for example - 7/1/22 in the cell, it is incorrectly converted to `01/07/2022`. It used to be converted...

Type: Bug
Cell type: date
Regression

### Description While using the transform CSS property the highlight isn't rendered correctly. It's a regression to version 8.0.0 and occurs since version 8.1.0. ### Steps to reproduce 1. Select...

Type: Bug
Regression

### Description While copying and pasting special signs, such as, for example, `&lt`, it is not converted correctly: ![image](https://user-images.githubusercontent.com/92314130/177316078-ac90194c-900c-4315-9465-ec513536f22f.png) ### Steps to reproduce 1. Copy data from the first cell...

Type: Bug
Copy-paste

### Description It seems that there's a regression regarding `open()` method for dropdownMenu with the filters option turned on and it was introduced in Handsontable 11.0.0. Since that version opening...

Filtering
Dropdown menu
Regression

### Description If we select the `is empty` condition from the dropdown filtering menu, and then we try to re-open the dropdown menu, it won't show up. It's occurring only...

Type: Bug
Filtering
Nested Headers
Dropdown menu
Regression

### Description Currently, we support numbro 2.1.2, and it's almost impossible to find the information about which version we actually support. This is when it was bumped last time: https://github.com/handsontable/handsontable/pull/6610...

Docs: Content
Cell type: numeric
Type: Improvement suggestion
Impact: Medium