add contacts page for commercial leads
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
jQuery(document).ready(function($) {
|
||||
$('#wiaas_contacts_table').DataTable({
|
||||
"pageLength": 20,
|
||||
"lengthChange": false,
|
||||
"info": false,
|
||||
"filter": true,
|
||||
"order": [[ 0, "desc" ]]
|
||||
});
|
||||
} );
|
||||
Reference in New Issue
Block a user