Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

Method for fixing the header and scrolling the rows #28

@richardtallent

Description

@richardtallent

I have a sortable-table as the bottom half of a vertical layout (below a core-splitter), and while I've been able to make the table scroll (rather than the entire vertical layout), the column headers of course scroll out of view.

#databaseListTable { overflow-y: scroll; }

<div vertical layout fit> <textarea id="query" style="width:100%;height:10em;"></textarea> <core-splitter direction="up" allowOverflow></core-splitter> <sortable-table class="bootstrap" checkbox multiSelect rowSelection disableColumnMove id="databaseListTable"> <sortable-column name="Name">Name</sortable-column> <sortable-column name="Title">Title</sortable-column> <sortable-column name="Result">Result</sortable-column> </sortable-table> </div>

I'm a polymer newbie, so maybe I'm missing an obvious solution, but the ideas that strike me so far (such as trying to scroll the tbody instead) aren't working.

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