Skip to content

cell with padding #9

Description

@GoktugOzturk

There is a resizing problem when header cells contains padding.
for the jquery version;
cellWidths[i] = $(headerCells[i]).width();
should be
cellWidths[i] = $(headerCells[i]).innerWidth();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions