ember-table
ember-table copied to clipboard
Resize support in IE
Team, resize css property doesn't work in IE. any recommendations on how to perform table resize in IE?
@rahul9fret What exactly doesn't resize? The thead columns? I am having a "resize" issue with IE11 in that the thead column headers do not resize when the tbody columns do resize. My header row does not stretch to 100% of the table.
Similar to you?
One important piece of info: It is only broken in a production build. It works locally, but the same code deployed does not work. If I do ember server --environment="production" it fails
The table resizing, The css resize property doesn't work in IE. i haven't tried IE10
Sorry, I meant IE11
I was able to fix my IE11 resize issue with CSS (flex).
Hey @cah-danmonroe , Are you able to resize columns in IE 11? I'm facing an issue where only the first column can be resized even though all other columns are resizable.
I can replicate it by using the examples in the official docs too. https://opensource.addepar.com/ember-table/latest/docs/guides/header/columns. The resize icon doesn't appear in IE11
Let me know if you are facing a similar issue.
Thanks, Rahul