We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3e283a + 9360cdd commit 6f2229eCopy full SHA for 6f2229e
src/class/source/DataTableSource.js
@@ -145,7 +145,7 @@ class DataTableSource {
145
146
isExist(index) {
147
const isExist = this.getValue(index);
148
- return !!(isExist === null || isExist);
+ return !!(isExist === null || isExist === 0 || isExist);
149
}
150
151
appendRow(data) {
src/css/components/popup.less
@@ -89,12 +89,12 @@
89
.ai_learning {
90
overflow: hidden;
91
.learningInputPopup {
92
+ border: none;
93
height: 248px;
94
width: 294px;
95
background-color: #fff;
96
border-bottom-right-radius: 5px;
97
border-bottom-left-radius: 5px;
- border: none;
98
99
.learningInputPopup.text {
100
height: 165px;
0 commit comments