feat: add datatable.js

This commit is contained in:
Rucha Mahabal 2020-09-17 15:02:48 +05:30
parent 8d71bf445e
commit e9783fe7b2
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;