-
Notifications
You must be signed in to change notification settings - Fork 594
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
[Table]table组件库,主键值为0的情况提示报错 #3740
Labels
🐞 Bug
Something isn't working
improvement
improve some features
Next release
issues to close in next release
Comments
seven-lh
pushed a commit
that referenced
this issue
Nov 8, 2023
eternalsky
pushed a commit
that referenced
this issue
Mar 20, 2024
…4791) Co-authored-by: lancely <[email protected]>
eternalsky
pushed a commit
that referenced
this issue
Jul 16, 2024
…4791) Co-authored-by: lancely <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🐞 Bug
Something isn't working
improvement
improve some features
Next release
issues to close in next release
Component
Table
Steps to reproduce
主键的值为0的情况下会报错。
文件:es/table/selection.js
if (!id) {
log.warning('Can't get value from record using given ' primaryKey ' as primaryKey.');
}
The text was updated successfully, but these errors were encountered: