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
I faced problem related to sticky columns similar to #1037, After reviewing code, I found this problem rise due to how css left and right property work in RTL direction, they will get mirrored, so when I set column pin to right in RTL language, it will stick to end of columns from right to left, because the right property is set to 0. I propose using of inset-inline-start and inset-inline-end instead of right and left in pinnedStyles, @KevinVandy do you think it is possible?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I faced problem related to sticky columns similar to #1037, After reviewing code, I found this problem rise due to how css
left
andright
property work in RTL direction, they will get mirrored, so when I set column pin to right in RTL language, it will stick to end of columns from right to left, because the right property is set to 0. I propose using ofinset-inline-start
andinset-inline-end
instead ofright
andleft
inpinnedStyles
, @KevinVandy do you think it is possible?Beta Was this translation helpful? Give feedback.
All reactions