I have an app that utilizes a tabbed-container of tables (OnDemandGrid). Most of the tables are very wide and I'm using the default scroll bars to allow for horizontal scrolling. It is working fine in Firefox and Chrome, but neither the horizontal nor vertical scrollbars show up in IE (v.11).
I'm setting width to 100% on .dgrid-grid and then specific widths on the individual columns, e.g.
One other difference I've noticed with IE is that it responds differently to the arrow keys on the keyboard; it scrolls one column at a time, versus a smooth scrolling in the other browsers.
I have an app that utilizes a tabbed-container of tables (OnDemandGrid). Most of the tables are very wide and I'm using the default scroll bars to allow for horizontal scrolling. It is working fine in Firefox and Chrome, but neither the horizontal nor vertical scrollbars show up in IE (v.11).
I'm setting width to 100% on .dgrid-grid and then specific widths on the individual columns, e.g.
One other difference I've noticed with IE is that it responds differently to the arrow keys on the keyboard; it scrolls one column at a time, versus a smooth scrolling in the other browsers.