Html
"dynamicColumns": [
{
"fieldName": "kd_kategori",
"columnName": "Kode Barang"
},
{
"fieldName": "nm_kategori",
"columnName": "Nama Barang"
},
{
"fieldName": "nm_jsatuan",
"columnName": "Satuan",
"maxWidth": "50px"
},
{
"fieldName": "jumlah",
"columnName": "Jumlah Barang",
"minWidth": "70px",
"center": true
},
{
"fieldName": "nilai",
"columnName": "Harga Satuan",
"type": "currency",
"hideCurrencySymbol": "true",
"width": "200px"
},
{
"fieldName": "jumlah_nilai",
"columnName": "Jumlah Harga",
"type": "currency",
"hideCurrencySymbol": "true",
"subtotal": true,
"width": "200px"
},
{
"fieldName": "spesifikasi_html",
"columnName": "Spesifikasi",
"type": "html"
}
],
Last updated