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

决定渲染多少行能不能不要交给rows中的len属性,而是直接读取多少数据就渲染多少行 #686

Open
story-song opened this issue Mar 1, 2024 · 0 comments

Comments

@story-song
Copy link

问题描述:在进行渲染的时候,如果不指定 rows中的len属性,就会只渲染默认的行数,虽然这个也可以自定义指定,但是显得不是很灵活;

const data = [
 {
   rows:{
     ...
     len:100,
   }
 }
]

如我得案例所示https://codesandbox.io/p/sandbox/x-data-spreadsheet-loaddata-test-ljf5kg

希望能不能组件自己读取数据得长度,而不是需要用户指定;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant