nhn / tui.grid

🍞🔡 The Powerful Component to Display and Edit Data. Experience the Ultimate Data Transformer!
http://ui.toast.com/tui-grid/
MIT License
2.39k stars 385 forks source link

How to Apply Hover CSS to Both Frozen and Non-Frozen Column Areas Simultaneously? #2045

Open sodra6 opened 2 weeks ago

sodra6 commented 2 weeks ago

When using frozen columns, the CSS changes for the row in the frozen column area when hovering over it, but the CSS does not apply to the rows in the non-frozen column area on the right. Conversely, when hovering over rows in the non-frozen column area, the CSS changes, but it does not apply to the rows in the frozen column area. How can I ensure that the CSS applies to both areas of the row when hovering over any part of the row?