You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@revolist@m2a2x
I am using @revolist/revogrid for my vue3 project. But I encountered an issue.
I want a long header with multiple children. But when I scroll horizontally, the header loss of background color. I checked, and it seems to be due to the transform: translateX being calculated incorrectly.
You can check again and see my evidence I attached.
Thank you, and look forward to receiving a response from you.
scroll.mp4
The text was updated successfully, but these errors were encountered:
Hi @m2a2x
I don't know if it's a bug or not, but when the "prop" properties in "children" have the same value then this situation will occur. (see the evidence I attached).
I edited "prop" is to be unique, then this problem solved.
Yes, grouping is based on props atm
{ name: "A9", prop: "A99", size: 55 },
you have this one repeating and so it doesn't now where the grouping starts
could you stick with uniq props in your case?
m2a2x
changed the title
The header background color lost when scrolling horizontally
Column grouping doesn't work if columns with same prop values present in different groups
Feb 27, 2025
@revolist @m2a2x
I am using @revolist/revogrid for my vue3 project. But I encountered an issue.
I want a long header with multiple children. But when I scroll horizontally, the header loss of background color. I checked, and it seems to be due to the transform: translateX being calculated incorrectly.
You can check again and see my evidence I attached.
Thank you, and look forward to receiving a response from you.
scroll.mp4
The text was updated successfully, but these errors were encountered: