-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Cannot read property 'querySelectorAll' of undefined #33
Comments
参考这个给一个复现问题的在线示例吧 |
https://codesandbox.io/s/ym14978zlj 这个时候表头和固定列会出现滚动条 |
tangjinzhou
added a commit
that referenced
this issue
Jun 11, 2018
@tangjinzhou 感谢大佬能开源这么好的作品,可不可以提一个小小的建议 现在的Form组件太react,可不可以像iview或element那样简单点。 |
Form组件暂时不会有大的改动 |
tangjinzhou
added a commit
that referenced
this issue
Sep 5, 2018
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Cannot read property 'querySelectorAll' of undefined
<a-table rowKey='id' :columns="columns" :scroll="{ x: 1900,y:700 }" :dataSource="data" :loading='loadingData' @change="handleChange" :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"/>
去掉
:loading='loadingData' @change="handleChange" :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"
就不会出现这个错误The text was updated successfully, but these errors were encountered: