Merge pull request #11536 from ruchamahabal/datatable-fix

This commit is contained in:
Shivam Mishra 2020-09-21 12:38:08 +05:30 committed by GitHub
commit 20828ecedf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -243,6 +243,7 @@
"public/js/frappe/utils/energy_point_utils.js",
"public/js/frappe/utils/dashboard_utils.js",
"public/js/frappe/ui/chart.js",
"public/js/frappe/ui/datatable.js",
"public/js/frappe/ui/driver.js",
"public/js/frappe/barcode_scanner/index.js"
],

View file

@ -0,0 +1,3 @@
import DataTable from "frappe-datatable";
frappe.DataTable = DataTable;