issues fixes

This commit is contained in:
venbatechnologies@gmail.com 2018-05-22 17:47:18 +05:30
parent ace767371b
commit 42f9581629
2 changed files with 4 additions and 4 deletions

View File

@ -232,7 +232,7 @@ if(!empty($mms))
<?php <?php
}else }else
{ {
echo 'No Attachments'; echo 'N/A';
} }
?> ?>
</span></td> </span></td>

View File

@ -78,11 +78,9 @@
</div> </div>
</div> </section> </div> </section>
</div> </div>
<script src="https://cdn.datatables.net/plug-ins/1.10.11/sorting/date-eu.js"></script>
<script> <script>
$(function () { $(function () {
@ -92,9 +90,11 @@ $(function () {
"searching": true, "searching": true,
"aaSorting": [[ 0, "desc" ]], "aaSorting": [[ 0, "desc" ]],
"ordering": true, "ordering": true,
"columnDefs" : [{"targets":1, "type":"date-eu"}],
"info": true, "info": true,
"autoWidth": true "autoWidth": true
}); });
}); });
</script> </script>