add contacts page for commercial leads

This commit is contained in:
Bilal Catic
2018-12-08 21:58:43 +01:00
parent 395a60b1cf
commit 86867c4e04
5 changed files with 155 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
jQuery(document).ready(function($) {
$('#wiaas_contacts_table').DataTable({
"pageLength": 20,
"lengthChange": false,
"info": false,
"filter": true,
"order": [[ 0, "desc" ]]
});
} );