-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Table header is always visible when scrolling #918
Comments
I've sent pull requests to all the plugins to add the namespace (jnvsor/adminer-table-header-scroll#2) so this one is now compatible. I've considered making the header sticky in the past but there were issues with some browsers. I'll try it again. |
That plugin needed to be changed to Adminer 5: If you need: https://github.com/icyz/adminer/blob/master/plugins/table-header-scroll.php |
if possible add this plugin inside the default source code, it is a useful plugin and I think everyone should use it for convenience. |
Is a plugin needed? It's elegantly solved using CSS - design by rmSOFT ;) |
@mesaros it didn't when I made it. You can solve it with your own CSS (And probably should do so in themes since the offset may vary by theme) but I'm going to update it to work with adminer 4/5 so it'll still work. @OmlineEditor can you try jnvsor/adminer-table-header-scroll#3 and see how it works? |
It was more complicated than it seemed to be. When I just added |
after persistent alterations, after deleting everything and again the installation started working for me, but it is better for me not to suffer like that and wait until the main version has a header scroll. and it seems that now it has been done. thank you. |
if the table contains a lot of similar data and the table is very large, it is desirable to always see the table header.
there is a plugin but it does not work in the new version
https://github.com/jnvsor/adminer-table-header-scroll/
Is it possible to improve the work with large tables by making the table header always visible?
The text was updated successfully, but these errors were encountered: