jspreadsheet / ce

Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.
https://bossanova.uk/jspreadsheet/v4
MIT License
6.68k stars 818 forks source link

jexcel not responsive #1212

Open dimmonn opened 3 years ago

dimmonn commented 3 years ago

how to align jexcel sheet on size change automatically (so that all components cells, table, content etc gets aligned correctly) without using some custom logic with events and listening to the change?

GBonnaire commented 3 years ago

Hi

Do you have try with this options of JExcel

myTable = jexcel(DOMElement, {
...
        tableOverflow: true,
        tableWidth: "100%",
        tableHeight:"100%",
...
};