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

Fixes header table issue #262

Open
annewanghy opened this issue Jan 25, 2022 · 0 comments
Open

Fixes header table issue #262

annewanghy opened this issue Jan 25, 2022 · 0 comments

Comments

@annewanghy
Copy link

annewanghy commented Jan 25, 2022

find 2 bugs when table is fixes header qor-table-fixed-header

  1. thead th is not width enough, didn't match with body td
    find it can be solved here by tweak from width to min-width
    $(this).outerWidth(headerWidth[i]);
  2. thead's top is not being reset after scroll back
    find it can be solve here
    $thead.css({top: pageTop});

image

image

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

1 participant