add contacts page for commercial leads
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
.wiaas-contacts-table th{
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.wiaas-contacts-table tr.odd{
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
@@ -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