-
Notifications
You must be signed in to change notification settings - Fork 199
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
请问s2DataConfig中,rows数组的长度可以设置吗?🤔 #2815
Comments
没有个数限制, 如不生效, 请提供在线的最小可复现 demo. |
你好 @annisFromchina,请提供一个可以在线访问的链接, 或者使用 codesandbox 提供示例并详细说明复现步骤 (查看更多模板), 15 天内未回复issue自动关闭。 Hello, @annisFromchina, please provide an accessible link or usage codesandbox to describe the reproduction steps (more template). The issue will be closed without any replay within 15 days. |
` <script> //这个是自适应窗口大小需要导入的组件 export default {
},
}, |
🏷 Version
Sheet Type
🖋 Description
请问s2DataConfig中,rows数组的长度可以设置吗?我自己测试了一下,只能前4个生效
🔗 Reproduce Link
s2DataConfig: {
fields: {
rows: ['department', 'departTopic', 'project','actualExe'],
columns: ['type'],
values: ['number'],
valueInCols: true,
},}
可以实现如下图所示的效果吗
😊 Expected Behavior
😅 Current Behavior
The text was updated successfully, but these errors were encountered: