* updateCellByUniqueId bug fix
```
if (!params.hasOwnProperty('id') ||
!params.hasOwnProperty('field') ||
!params.hasOwnProperty('value')) {
return
}
```
Was preventing passing multiples entries to updateCellByUniqueId.
Other methods may have to be fixed.
* Update bootstrap-table.js
Co-authored-by: 文翼 <wenzhixin2010@gmail.com>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||