Merge pull request 'add info menu yang dipesan' (#15) from development into production
Reviewed-on: #15
This commit is contained in:
commit
d157808dba
@ -118,8 +118,6 @@
|
|||||||
title: "Pemesan",
|
title: "Pemesan",
|
||||||
field:'order.nama_pemesan',
|
field:'order.nama_pemesan',
|
||||||
formatter: function(value, row){
|
formatter: function(value, row){
|
||||||
console.log(row);
|
|
||||||
|
|
||||||
return `
|
return `
|
||||||
<ul class="list-unstyled mb-0 text-nowrap">
|
<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>
|
<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