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
2.19.3
3.2.19
Chrome 91
Win10
https://codesandbox.io/s/cool-sunset-cw41g?file=/src/Demo.vue
error at:
const mergedColSpan = isSummary ? rowInfo.rawNode[colKey].colSpan || 1 : colSpan ? colSpan(rowData, rowIndex) : 1;
it should find colKey with 'n_selection'
change to rowInfo.rawNode[colKey]? rowInfo.rawNode[colKey].colSpan:1
.
The text was updated successfully, but these errors were encountered:
i have to add this property to summary row object and it's ok return [{ 'n_selection': { colSpan: 1 }, ... ]
Sorry, something went wrong.
68c4e8d
No branches or pull requests
TuSimple/naive-ui version (版本)
2.19.3
Vue version (Vue 版本)
3.2.19
Browser and its version (浏览器及其版本)
Chrome 91
System and its version (系统及其版本)
Win10
Node version (Node 版本)
Reappearance link (重现链接)
https://codesandbox.io/s/cool-sunset-cw41g?file=/src/Demo.vue
Reappearance steps (重现步骤)
error at:
it should find colKey with 'n_selection'
Expected results (期望的结果)
change to rowInfo.rawNode[colKey]? rowInfo.rawNode[colKey].colSpan:1
Actual results (实际的结果)
.
Remarks (补充说明)
The text was updated successfully, but these errors were encountered: