fix: empty grid_rows on delete all rows
This commit is contained in:
parent
1cb2d36be0
commit
8bdaaa3775
1 changed files with 1 additions and 0 deletions
|
|
@ -192,6 +192,7 @@ export default class Grid {
|
|||
|
||||
delete_all_rows() {
|
||||
this.frm.doc[this.df.fieldname] = [];
|
||||
this.grid_rows = [];
|
||||
this.refresh();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue