enterprise-wc
enterprise-wc copied to clipboard
IdsDataGrid: Unable to change row color for frozen column
Describe the bug By using the frozen feature in grid columns is not possible to change row state by changing the color using this code: (https://github.com/infor-design/enterprise-wc/issues/2591)
My row is red, but looks like freezing the column is forcing the background to be white.
Unable to create a css to override the cell background color as well considering working with part
is pretty limited.
To Reproduce
Steps to reproduce the behavior:
- Implement this code to change row color: https://github.com/infor-design/enterprise-wc/issues/2591
- When the column is frozen, those cells background color was not overwritten.
Expected behavior Override the frozen column background color with the row state background color (red).
Version
Latest
Screenshots