Hi Team,
I am using Kendo React packages to develop my react application. There is a trouble is showing the sorting icon in the grid component in the https envrionment. I am using sorting icons with their classnames.
Packages:
"@progress/kendo-react-grid": "^5.14.1",
"@progress/kendo-svg-icons": "^1.5.0",
"@progress/kendo-theme-default": "^6.4.0",
"@progress/kendo-react-common": "^5.17.0",
code:
<button onClick={onClick} className={`k-icon k-icon-lg ${sortType ? 'k-i-sort-asc-sm': 'k-i-sort-desc-sm'}`}/>
localhost Grid component with sorting icon -
https grid component: