diff --git a/app/Views/monthlypayinputs.php b/app/Views/monthlypayinputs.php
index dd282299..df464541 100644
--- a/app/Views/monthlypayinputs.php
+++ b/app/Views/monthlypayinputs.php
@@ -84,18 +84,19 @@
+
Key)) {
@@ -539,46 +541,8 @@
i = i + 1;
totalmonthloan[i] = $(this).find('td').eq(7).text();
});
- //console.log(totalmonthloan);
- /* $('#monthlylisting').DataTable({
- "paging": true,
- "lengthChange": true,
- "searching": true,
- "ordering": true,
- "aaSorting": [[ 0, "asc" ]],
- "info": true,
- "autoWidth": true
-
- }); */
+
- //var key = ;
-
-
- //alert($('#monthyear').val());
-
-
-
-
-
-
- // show_hide_column(11,key);
- // var t = $('#monthlylistings').DataTable({
- // "columnDefs": [{
- // "searchable": false,
- // "orderable": false,
- // "targets": 0
- // }],
- // "searching": true,
- // "lengthChange": true,
- // "info": true,
- // "paging": false,
- // "autoWidth": true,
-
- // // "scrollX": true,
- // "order": [
- // [1, 'asc']
- // ],
- // });
t.on('order.dt search.dt', function() {
t.column(0, {
|