ソースを参照

fix for updateCellByUniqueId on a filtered table

Dustin Utecht 6 年 前
コミット
116415425b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/bootstrap-table.js

+ 1 - 1
src/bootstrap-table.js

@@ -2194,7 +2194,7 @@ class BootstrapTable {
       if (rowId === -1) {
       if (rowId === -1) {
         return
         return
       }
       }
-      this.data[rowId][field] = value
+      this.options.data[rowId][field] = value
     })
     })
 
 
     if (params.reinit === false) {
     if (params.reinit === false) {