PrimeNG <p-table> and <p-calendar> icon's not showing after Refresh in Internate Explorer (IE7,11)

一曲冷凌霜 提交于 2019-12-07 13:42:04

问题


PrimeNG and icon's not showing after Refresh in Internate Explorer (IE7,11) almost all IE Browser Versions.

But in local it is working fine while I am using same IE. But in Production environment I am getting this error as you can seen in given below image :

Image Might not show as some restriction but the icon in Table like

before refers

<< <  1 2 3 4 5 > >>   

after refresh

 1 2 3 4 5      

same thing happens with PrimeNG there icone is gone too


回答1:


i have got some Solution which is working fine as it is some compatibility issue with IE browsers

in index.html: in Head tag we have to add given below meta and link tags

<head>
    <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
    <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" />
</head>


来源:https://stackoverflow.com/questions/49978699/primeng-p-table-and-p-calendar-icons-not-showing-after-refresh-in-internate

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!