Guillaume Bonnaire
Guillaume Bonnaire
Hi, @ka215 : In my code, i have changed event's height, because in my app, i don't use image. But, it's easy to reset event's height for integrate image. And,...
Hi, Yes you are right, could you create a Pull request with this fix ? Thanks
Hi, You can defined name property of column when you change header : ```javascript const myTable = jspreadsheet(DOMElement, { /* ... your config ... */ onchangeheader: function(el, column, oldValue, newValue)...
Hi, Could you create a jsfiddle who reproduct your problem ? Thanks
You can use this CSV file : https://bossanova.uk/jspreadsheet/arts.csv
I fork your project, fix error on your columns and add data (from CSV) https://jsfiddle.net/guillaumebonnaire/Lskdb9at/1/
Hi, Here : https://bossanova.uk/jspreadsheet/v4/examples/import-data It's JSS with CSV file, can you reproduct here ? Otherwise, the problem is not in JSS but a component around JSS (like CSS or other...
In your configuration JSS, do you have tableHeight in % or in vh ? How much lines in your CSS file ? I search to understand, because, i don't see...
Hi, In your CSS do you use `transform: scale` ? or equiv ? If it's true, you need reset your "zoom" for Jspreadsheet Element.
I think tag it's not use in JExcel by default, dropdown yes, you can defined dropdown. Otherwise you must create a custom editor. in Jexcel Pro v7 you can find...