Merge pull request #22674 from surajshetty3416/fix-reportview-filter

This commit is contained in:
Suraj Shetty 2023-10-10 14:12:44 +05:30 committed by GitHub
commit 3d8461a7af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,6 +76,7 @@ frappe.views.ReportView = class ReportView extends frappe.views.ListView {
this.setup_charts_area();
this.$datatable_wrapper = $('<div class="datatable-wrapper">');
this.$result.append(this.$datatable_wrapper);
this.settings.onload && this.settings.onload(this);
}
setup_charts_area() {