Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

columns 设置行拖拽 rowDrag=true 后 里面的customRender或者slot渲染有问题 #21

Closed
xiaoxiaoyu995 opened this issue Mar 31, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@xiaoxiaoyu995
Copy link

比如在 columns 第一项里设置 rowDrag = true, 拖拽之后 本项的customRender或者slot的渲染会混乱

const columns = ref([
      {
        title: 'index 1',
        width: 100,
        rowDrag: true,
        customRender: ({ index }) => index,
      },
      {
        title: 'index 2',
        width: 100,
        customRender: ({ index }) => index,
      }
])

image

@tangjinzhou tangjinzhou added the bug Something isn't working label Mar 31, 2022
@tangjinzhou
Copy link
Contributor

update to 2.2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants