Dashboards widgets
This commit is contained in:
14
backend/app/plugins/wiaas/assets/js/wiaas-admin-dashboard.js
Normal file
14
backend/app/plugins/wiaas/assets/js/wiaas-admin-dashboard.js
Normal file
@@ -0,0 +1,14 @@
|
||||
jQuery(document).ready(function($) {
|
||||
$('#wiaas_order_central_table').DataTable({
|
||||
"paging": false,
|
||||
"info": false,
|
||||
"filter": false,
|
||||
"order": [[ 0, "desc" ]]
|
||||
});
|
||||
|
||||
$('#wiaas_next_actions_table').DataTable({
|
||||
"info": false,
|
||||
"filter": false,
|
||||
"order": [[ 0, "desc" ]]
|
||||
});
|
||||
} );
|
||||
Reference in New Issue
Block a user