ce icon indicating copy to clipboard operation
ce copied to clipboard

jexcel not responsive

Open dimmonn opened this issue 4 years ago • 1 comments

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?

dimmonn avatar Nov 03 '20 09:11 dimmonn

Hi

Do you have try with this options of JExcel

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

GBonnaire avatar Nov 04 '20 13:11 GBonnaire