From 1ccf1844a14cf93d3e8959ba382befc462eafafe Mon Sep 17 00:00:00 2001 From: Afiq Hamzah Date: Mon, 8 Jan 2024 11:28:00 +0800 Subject: [PATCH] Remove counter to make space for radio button, reallign radio button position --- resources/views/khazanah/v2/info.blade.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/resources/views/khazanah/v2/info.blade.php b/resources/views/khazanah/v2/info.blade.php index 3cfdd5a..3bdb1e4 100644 --- a/resources/views/khazanah/v2/info.blade.php +++ b/resources/views/khazanah/v2/info.blade.php @@ -652,7 +652,6 @@ $.each(data,function(index,gadai_detail){ if(gadai_detail['trkhtuntut'] == null){ tablelelong.row.add([ '', - counter, '' + gadai_detail['norujukan'] + '', gadai_detail['t_lelong'], gadai_detail['trkhtuntut'], @@ -665,9 +664,8 @@ $.each(data,function(index,gadai_detail){ '' ]).draw(); }else{ - '', tablelelong.row.add([ - counter, + '', '' + gadai_detail['norujukan'] + '', gadai_detail['t_lelong'], gadai_detail['trkhtuntut'],