Skip to content

SizePerPage dropdown reserves space even if not present #236

Open
@waynebrantley

Description

@waynebrantley

Similar to this issue:
AllenFang/react-bootstrap-table#1818

The size per page drown reserves space as it outputs
<div class="col-md-6 col-xs-6 col-sm-6 col-lg-6"></div> even if hidden (which makes the buttons be too far over to the right)

sizePerPageList.length > 1 && !hideSizePerPage ?

should be moved up to this
<div className="col-md-6 col-xs-6 col-sm-6 col-lg-6">

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions