We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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的渲染会混乱
const columns = ref([ { title: 'index 1', width: 100, rowDrag: true, customRender: ({ index }) => index, }, { title: 'index 2', width: 100, customRender: ({ index }) => index, } ])
The text was updated successfully, but these errors were encountered:
update to 2.2.1
Sorry, something went wrong.
No branches or pull requests
比如在 columns 第一项里设置 rowDrag = true, 拖拽之后 本项的customRender或者slot的渲染会混乱
The text was updated successfully, but these errors were encountered: