ce
ce copied to clipboard
jexcel not responsive
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?
Hi
Do you have try with this options of JExcel
myTable = jexcel(DOMElement, {
...
tableOverflow: true,
tableWidth: "100%",
tableHeight:"100%",
...
};