mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
Minor update to docs (#841)
This commit is contained in:
parent
6cac7f6dc8
commit
b4973c826c
@ -69,7 +69,7 @@ const cellEdit: {
|
|||||||
// omit...
|
// omit...
|
||||||
beforeSaveCell(oldValue, newValue, row, column, done) {
|
beforeSaveCell(oldValue, newValue, row, column, done) {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
if (confirm('Do you want to accep this change?')) {
|
if (confirm('Do you want to accept this change?')) {
|
||||||
done(); // contine to save the changes
|
done(); // contine to save the changes
|
||||||
} else {
|
} else {
|
||||||
done(false); // reject the changes
|
done(false); // reject the changes
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user