-
-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firefox: Problem with RTL Tables #449
Comments
sorry, this fell off my radar. Ill look soon |
This happens because of how different browsers calculcate scrollLeft in RTL. https://github.com/othree/jquery.rtl-scroll-type and this code:
I didnt test this, but this is what is happening here. |
@mkoryak The jquery.rtl-scroll-type plugin adjusts the RTL-table header correctly, but when user scrolls left and right, the header does not change and is fixed! Please see the links below with Firefox And screen width smaller than 900 pixels: |
That's fun, I should have guessed some other calculations would need to be inverted. |
Hi, |
No, this plugin does not do this and there are no plans for it.
Feel free to write your own :)
…On Tue, Nov 2, 2021, 12:16 AM Senior software architect & engineer < ***@***.***> wrote:
Hi,
I like this repository, but it's pity that it doesn't support a
functionality to freeze left column(s).
Is it possible or are there any good source?
Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#449 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC5WSLF2L675ASNEYB3KP3UJ5QYBANCNFSM4JLJATHQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Hi,
I know that: "RTL is not really supported by floatThead"
floatThead works well on Chrome, and has no problems with RTL tables, But floatThead+RTL tables are not working properly on Firefox.
Is there a way to fix the problem with Firefox?
Please see the links below with Firefox And screen width smaller than 900 pixels:
I've used the "Bootstrap table responsive".
LTR: https://codepen.io/alex200/pen/XWWqLaQ
RTL: https://codepen.io/alex200/pen/VwwxJWe
The text was updated successfully, but these errors were encountered: