Compare commits
No commits in common. "d157808dba2ddc1e249feadb11a253c4802b325b" and "0f2963dc160ea2bcc81c3ab4846009cd4fec833c" have entirely different histories.
d157808dba
...
0f2963dc16
@ -118,6 +118,8 @@
|
||||
title: "Pemesan",
|
||||
field:'order.nama_pemesan',
|
||||
formatter: function(value, row){
|
||||
console.log(row);
|
||||
|
||||
return `
|
||||
<ul class="list-unstyled mb-0 text-nowrap">
|
||||
<li><i class="fa fa-user me-1 text-muted"></i><strong>${row?.order?.nama_pemesan ?? '-'}</strong></li>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user