-
Add a matrix view (using https://bossanova.uk/jspreadsheet/v4/examples/react) for matrix type nodes (InputSeriesMatrix and OutputSeriesMatrix).
-
I have two jspreadsheet table in two different [div] in a html.
But only the second table works normally with functions like '=G1'. At the first table I have a cell set to =G1, but when I change…
-
I am building a symmetric table:
```
+---------+---------+---------+---------+---------+
| | Venue 1 | Venue 2 | Venue 3 | Venue 4 |
+---------+---------+---------+---------+---------+
…
-
# 🐛 bug report
Building for production with Parcel 2 results in some dependencies failing to require their subdependencies, specifically I am seeing this with `jspreadsheet-ce` failing to requi…
-
Hi,
Each grid of my jspreadsheet is in **formula format**. When I enter a value in a grid, certain grids will be automatically calculated. This calculation process takes about 30 seconds or more. **I…
-
please help,
i have column which is having of type as shown
{
"title": "Abc",
"align": "left",
"type": "html",
"wordWrap": true,
"readOnly": false,
}
d…
-
v7.3+
internationalKeyboard: true
Hangul becomes a single character through two or more keyboard inputs.
However, there is a problem where the first entered value and the second entered value…
-
Hi guys
I need to put an icon next to the line number, how could I do that?
NOTE: As shown in the image
Thanks
-
Hello and thanks for this amazing library.
When changing the content of an specific cell, I am creating a second jspreadsheet. In that moment the focus is lost, but what I need is to keep the focu…
-
How do I get and set field data using tabs?
i tried:
https://codepen.io/andre-gasparin/pen/qBreErg
Thanks !