-
### Describe the bug
Hello, I was trying to use the `correctFormat` option to correct inputs from the user to a desired format but it doesn't work as expected.
In the example below I'm trying to t…
-
### Description
Handsontable is leaking CSS styles.
### Steps to reproduce
If I insert for example a `` inside a cell, all of its `` tags will be polluted with handsontable's style. In my exampl…
-
I'm having this bug in handsontable. I just realized this mornign this also happen in all handsontable demos and tables, i have tryied moving the dropdown arrow with css using ellipsis, positions, dis…
-
### 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
T…
-
Currently, on small screen sizes, the headers of the enroll table are not scrollable, even though the table body can be scrolled:
![photo_2023-03-28 14 00 19](https://user-images.githubusercontent.co…
-
Pasting data into a handsontable so that the pasting adds new columns seems broken. I am using the latest version 0.3.6.1, but I also had the problem in older versions.
How to reproduce:
Create …
-
When I try to add custom number formating for € like it is described here:
[http://docs.handsontable.com/0.24.1/demo-numeric.html
](http://docs.handsontable.com/0.24.1/demo-numeric.html)
I get the fol…
-
### Describe the bug
In the _core.js_ file, the _validateCell_ function send to the hooks the _cellProperties.prop_ field, but sometimes this field is undefined, so the validation fails with the er…
-
Since this is a pretty frequent topic I've decided to create a list of examples where `OverlayScrollbars` plays together with various `virtualization` libraries.
If your library or framework of ch…
-
Hi :)
I'm displaying a variable size data frame inside a shiny app using a handsontable.
I want to implement a funcionality similar to CSS' property `max-width`, that is, I want the handsontable's…