I have a table (interactive report from APEX ORACLE) to print so I call a function which calls window.print()
Testing the page on different browsers I see that in Chrome the page is printed correctly: the tables fits inside the page, instead in IE the row is truncated, goes out of 'page'
How can I get the same result as chrome?
I've tried using if condition checking if it's IE and set css but nothing