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
问题描述:在进行渲染的时候,如果不指定 rows中的len属性,就会只渲染默认的行数,虽然这个也可以自定义指定,但是显得不是很灵活;
rows
const data = [ { rows:{ ... len:100, } } ]
如我得案例所示:https://codesandbox.io/p/sandbox/x-data-spreadsheet-loaddata-test-ljf5kg
希望能不能组件自己读取数据得长度,而不是需要用户指定;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题描述:在进行渲染的时候,如果不指定
rows
中的len属性,就会只渲染默认的行数,虽然这个也可以自定义指定,但是显得不是很灵活;如我得案例所示:https://codesandbox.io/p/sandbox/x-data-spreadsheet-loaddata-test-ljf5kg
希望能不能组件自己读取数据得长度,而不是需要用户指定;
The text was updated successfully, but these errors were encountered: