-
-
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
Thead cutting off on mobile phone #217
Comments
mobile safari is mostly not supported. I suggest checking user agent and turning off this plugin for safari. |
this plugin is pretty cpu intensive. it doesn't work that great on phones and I don't believe that it should be used on such small screens anyway. Furthermore, debugging (mobile) safari is a pain in the ass. Pull requests are welcome :) |
here is the issue in safari that exhibited same behavior - #108 I fixed it a few versions ago. so make sure you are using the latest. this was not a mobile safari bug though, so it perhaps is not fixed there. You cant pay me to debug mobile phones :P |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hello,
I have a responsive Bootstrap table. It has horizontal scrolling. floatThead does it's job perfectly on the desktop. When I resize my browser window to a smaller size and use the horizontal scrollbar, I don't get any problems. However, when i view the table on a mobile phone, the thead get's cut off and only displays the th's which are visible when the table is loaded.
Desktop view
Desktop view with smaller screen, scrolled to the right
Mobile view
Mobile view, scrolled to the right
Thanks 👍
The text was updated successfully, but these errors were encountered: