update doc

pull/1540/head
sight 2024-01-10 09:09:47 +08:00
parent 18d238e9f5
commit 95dcb17ebc
1 changed files with 2 additions and 2 deletions

View File

@ -341,7 +341,7 @@ table.updateRow('test', {
index: 0,
row: {
id: 1,
username: 'name',
username: 'name'
}
});
@ -367,7 +367,7 @@ table.updateRow('test', [
table.updateRow('test', {
index: 0,
row: {
username: 'name',
username: 'name'
}
})
```