mirror of https://github.com/layui/layui
update doc
parent
18d238e9f5
commit
95dcb17ebc
|
@ -341,7 +341,7 @@ table.updateRow('test', {
|
||||||
index: 0,
|
index: 0,
|
||||||
row: {
|
row: {
|
||||||
id: 1,
|
id: 1,
|
||||||
username: 'name',
|
username: 'name'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -367,7 +367,7 @@ table.updateRow('test', [
|
||||||
table.updateRow('test', {
|
table.updateRow('test', {
|
||||||
index: 0,
|
index: 0,
|
||||||
row: {
|
row: {
|
||||||
username: 'name',
|
username: 'name'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue