Skip to content

计算固定列高度在同一个页面有多个表格情况下,高度计算不准确 #2

@qinghe

Description

@qinghe

文件: bootstrap-table\dist\extensions\fixed-columns\bootstrap-table-fixed-columns.js #290
方法: initFixedBody

源代码:var paginationHeight = $(".fixed-table-pagination").height();
建议更改为:var paginationHeight = $(".fixed-table-pagination", that.$tableContainer).height();

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