Merge branch 'develop' into tag_total_develop
This commit is contained in:
commit
6bad84ee8a
1 changed files with 1 additions and 1 deletions
|
|
@ -117,10 +117,10 @@ export default class GridPagination {
|
|||
let page_length = this.page_length;
|
||||
if (this.grid.data.length == page_length*total_pages) {
|
||||
this.go_to_page(total_pages + 1);
|
||||
frappe.utils.scroll_to(this.wrapper);
|
||||
} else {
|
||||
this.go_to_page(total_pages);
|
||||
}
|
||||
frappe.utils.scroll_to(this.wrapper);
|
||||
}
|
||||
|
||||
get_result_length() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue