-
Hello Jspreasheet Team,
I am planning to buy `Standard` version of Jspreadsheet but before I buy I would like to get some clarity related to filters.
I am going to render my data in paginated way …
-
Is there any way to filter column values? a multi selection would be helpful.
-
It is possible to remove all columns (including the first one), if there is more than one, and you select all of them and click "Remove selected columns" from the context menu (e.g. here: [Docs](https…
-
Hello friends, how are you?
Due to some update result maybe error.
Please add callback function in Persistance (obj.save)
i see the result from obj.save
https://github.com/jspreadsheet/ce/blob…
-
Hi,
I tried to use Jspreadsheet with Firefox in a project and get some errors. Opening demo page with Firefox gives same errors : https://jspreadsheet.com/demo
With Firefox ESR 115.14.0 nothing is…
-
![rowCol](https://github.com/user-attachments/assets/552320bb-4d19-44fa-a22b-41f2e7950a07)
-
I don't know where is the md file for the docs. I can just open an issue here.
https://bossanova.uk/jspreadsheet/v4/docs/quick-reference
-
In jexcel , $('#my-spreadsheet').jexcel('download');
csvFileName, csvHeaders: , similarly can we restrict number of columns in downloaded excel
-
How to update the options in a drop-down list in a specific cell?
Possui algo como:
```
const cell = sheet.getCell(row, column);
const option = { value: "Opção 4", label: "Opção 4" };
cell.se…
-
I want to freeze header row of this table