ce
ce copied to clipboard
Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.
Hi, i have a strange behavior in my code I'm trying to add dynamically a column to my jexcel instance, Everything is fine for the first added data, I can...
I'm trying to upgrade from version 4 to version 5. For our integration, it doesn't make sense to have multiple worksheets. Because of that I'm trying to hide the tabs...
current frozen column position is absoulte, when scroll,column will pulsate recommand frozen column use position: sticky example: .jss_freezed{ position: sticky; }
Hi, I'm using V5, setting filters: true is it possible to disable specific header filter? I need to disable because on column where I use custom render I get HTML...
currently(v5), pasting styles cannot applied across worksheets. it appears that each worksheet instance has independent "copy"data. # proposal share "copy"data across worksheets by moving 'data' and 'hashstring', 'style' properties from...
the example is erroneous: https://bossanova.uk/jspreadsheet/v4/examples/column-types also the interface is missing setValue: ``` interface CustomEditor { /** * Event responsible for closing the editor of a cell with a custom editor....
Adds a new API method scrollToRow that scrolls the grid so a given row is visible. This enables programmatic navigation to rows (useful for search results, focus management, or syncing...
Add translation from french and spanish by a dictionnary for formulas if words exist.
I noticed that getSelection can return null in the implementation, but the type definition in index.d.ts does not reflect this possibility. Source code (shows possible null return): https://github.com/jspreadsheet/ce/blob/7668cf06a067476f430b5f10cacda77c989fdd3f/src/utils/selection.js#L672 Type definition...
Hi, there doesn't seem to be a way to get out of the dropdown selection on a multiple-selection dropdown just by using the keyboard. Both tab and return keys are...