Skip to content

[Table] 虚拟滚动问题:fix右列样式没对齐问题 + 滚到下面行的线消失了 + 合并单元格有问题 #3842

@tingtingcheng6

Description

@tingtingcheng6

tdesign-react 版本

1.15.1

重现链接

No response

重现步骤

    <Table
      rowKey='id'
      data={list}
      columns={getTableColumns({
        abnormalType,
        days,
        canEdit,
        onRemarkEditedCell,
      })}
      rowspanAndColspan={rowspanAndColspan}
      className={styles.commonFullTable}
      loading={loading}
      empty={<Empty />}
      scroll={{ type: 'virtual' }}
      lazyLoad
    />

1、右侧fixed的问题
{
title: '备注',
colKey: 'mark',
fixed: 'right',
width: 200,
}
上面:
Image
滚到下面:
Image
2、滚到下面行的线消失了
Image
3、合并列失效

Image

期望结果

三个问题正常展示

Image

实际结果

No response

框架版本

No response

浏览器版本

No response

系统版本

No response

Node版本

No response

补充说明

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    🐞 bugSomething isn't working

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions