primefaces / primeng

The Most Complete Angular UI Component Library
https://primeng.org
Other
9.84k stars 4.51k forks source link

Frozen columns not working in RTL table #14480

Open tigrenok00 opened 6 months ago

tigrenok00 commented 6 months ago

Describe the bug

Using frozen columns (one or more) in RTL direction has incorrect results (unusable).

With alignFrozen="right":

Inspecting the css (example with one frozen column, the first one): both th and td - has incorrect position of right: 69px (instead of 0)

Adding another frozen column is all wrong making the two of them overlap.

Without alignFrozen="right": (one col example) both td and th have left: 0px instead right: 0

I'm very much in need of frozen columns support in RTL, is there a quick workaround to make this work (with multiple frozen columns)?

Environment

Angular 16

Reproducer

No response

Angular version

^17.0.8

PrimeNG version

^17.2.0

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

18.16.0

Browser(s)

No response

Steps to reproduce the behavior

No response

Expected behavior

No response

github-actions[bot] commented 2 months ago

This issue has been automatically marked as stale. If this issue is still affecting you with the latest version, please leave any comment, and we will keep it open. We are sorry that we have not been able to prioritize it yet. If you have any new additional information, please include it with your comment!

tigrenok00 commented 2 months ago

This is not stale, we still need a fix for this please