Skip to content

Fixes header table issue #262

@annewanghy

Description

@annewanghy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions