Hi,
The icons are base64 encoded strings in the script, but you can override the current images by adding variables to the custom js like this:
spjs.vLookup.data.folderIcon = "/path/to/a/proper/image/folderIcon.png";
These are the files you can override:
- spjs.vLookup.data.folderIcon
- spjs.vLookup.data.uploadImg
- spjs.vLookup.data.editImg
- spjs.vLookup.data.viewImg
- spjs.vLookup.data.reloadImg
Best regards,
Alexander