Skip to content
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

Header of the table is not persistent when scrolling #76

Closed
Civil opened this issue Jan 16, 2023 · 3 comments
Closed

Header of the table is not persistent when scrolling #76

Civil opened this issue Jan 16, 2023 · 3 comments

Comments

@Civil
Copy link

Civil commented Jan 16, 2023

Only part that is about SoC name is actually persistent when you are scrolling through the table.

See the screenshot included.

Issue is reproducible on Chrome and Safari

image

@hrw
Copy link
Owner

hrw commented Jan 16, 2023

It will stay that way. DataTables can not cope with header built from two rows and I decided to not fight with it.

You may use search field to limit amount of rows.

Check #41 and #59 for more.

@hrw hrw closed this as completed Jan 16, 2023
@hrw hrw closed this as not planned Won't fix, can't repro, duplicate, stale Jan 16, 2023
@hrw hrw pinned this issue Mar 21, 2023
@rossburton
Copy link

FWIW I noticed the header wasn't pinned and turned on fixedHeader and it just worked, so maybe this is fixed now?

https://datatables.net/extensions/fixedheader/ and fixedHeader:true appeared to do the right thing.

@hrw
Copy link
Owner

hrw commented Nov 10, 2023

With two lines in header it still looks wrong. "AArch32 support" column is in wrong place:

Screenshot_20231110_125805

FixedHeader 3.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants