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
1.0.9
No response
<t-table row-key="id" bordered :data="userList" :columns="columns" <template #action="{ row }" <div @click="editEvent(row)">编辑 <t-button variant="text" @click="editEvent(row)">编辑 <t-button variant="text" @click="orderEvent(row)">下单 </template </t-table 1.定义这么一个表格 其中自定义template action列。 2.假设表格原本长度为20 ,经过某些查询后,表格长度变化了。假设原本的第五条数据,位置到了第二条。 3.此时div中的row为正确值, 4.t-button中的row值为原本位置数据的记录值 5。只有生产环境!!!!!!!!!!有问题!!!!!!!!!!!开发环境无法复现
vue3
18.19.0
The text was updated successfully, but these errors were encountered:
👋 @RomenMark,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
No branches or pull requests
tdesign-mobile-vue 版本
1.0.9
重现链接
No response
重现步骤
<t-table row-key="id" bordered :data="userList" :columns="columns"
<template #action="{ row }"
<div @click="editEvent(row)">编辑
<t-button variant="text" @click="editEvent(row)">编辑
<t-button variant="text" @click="orderEvent(row)">下单
</template
</t-table
1.定义这么一个表格 其中自定义template action列。
2.假设表格原本长度为20 ,经过某些查询后,表格长度变化了。假设原本的第五条数据,位置到了第二条。
3.此时div中的row为正确值,
4.t-button中的row值为原本位置数据的记录值
5。只有生产环境!!!!!!!!!!有问题!!!!!!!!!!!开发环境无法复现
期望结果
No response
实际结果
No response
框架版本
vue3
浏览器版本
No response
系统版本
No response
Node版本
18.19.0
补充说明
No response
The text was updated successfully, but these errors were encountered: