ember-table icon indicating copy to clipboard operation
ember-table copied to clipboard

Resize support in IE

Open rahul9fret opened this issue 7 years ago • 5 comments

Team, resize css property doesn't work in IE. any recommendations on how to perform table resize in IE?

rahul9fret avatar Sep 12 '18 11:09 rahul9fret

@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

cah-danmonroe avatar Sep 25 '18 20:09 cah-danmonroe

The table resizing, The css resize property doesn't work in IE. i haven't tried IE10

rahul9fret avatar Sep 26 '18 11:09 rahul9fret

Sorry, I meant IE11

cah-danmonroe avatar Sep 26 '18 14:09 cah-danmonroe

I was able to fix my IE11 resize issue with CSS (flex).

cah-danmonroe avatar Sep 26 '18 15:09 cah-danmonroe

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

rahulguptaio avatar Jan 03 '19 06:01 rahulguptaio