enterprise-wc
enterprise-wc copied to clipboard
IdsDataGrid: Frozen column transparent when the row is selected
Describe the bug The cell for the frozen column shows transparent. Is possible to see the value under the frozen cell when the row is blue (selected or mouse hovered)
To Reproduce
Steps to reproduce the behavior:
- Go to https://main.wc.design.infor.com/ids-data-grid/columns-formatters.html
- On console browser run this:
document.getElementById('data-grid-formatters').columns[0].frozen = 'left'
document.getElementById('data-grid-formatters').redrawBody()
- Scroll the grid to the left The frozen cell is transparent.
Expected behavior Keep the brackground for the frozen column white independently if there is any different state applied to the row.
Version 1.4.2
Screenshots