You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using iron-data-table in our project and want to make it compatible with IE 11.
Unfortunately the input fileds for filtering are too long (depending on the number of columns) which results in the sorting arrows not being seen.
Thanks @KnottStudios it worked. Since it is a bit more ugly in terms of spacing than the original in Chrome I put it into a media query for IE like so:
We're using iron-data-table in our project and want to make it compatible with IE 11.
Unfortunately the input fileds for filtering are too long (depending on the number of columns) which results in the sorting arrows not being seen.
Problem can even be reproduced on the demo page with IE 11.
https://saulis.github.io/iron-data-table/demo/filtering.html
Last table on the page looks like this in IE:

This is how it looks in Chrome and how I would expect it to look:

Any thoughts or comments on that?
The text was updated successfully, but these errors were encountered: