Icon

"type": "icon" akan mengubah value dari respon menjadi icon dan berpengaruh jika respon value bernilai dengan format value seperti ini:
material:{nama_ikon}
fontAwesome:{nama_ikon}
feather:{nama_ikon}
Ikon yang didukung:
Font Awesome Free versi 5 https://fontawesome.com/v5/search?o=r&m=free
dan Feather Icon https://feathericons.com/
"dynamicColumns": [
{
"fieldName": "name"
},
{
"fieldName": "description"
},
{
"fieldName": "icon_val",
"type": "icon",
"width": "120px",
"center": true
}
]
Last updated
Was this helpful?