I have 4 images and i uploaded them to image folder because i will use them many times and i don't want to download images every time i want to use.
and i made a column in my database named as "companyicon" and stored images local directory like this:
companyicon1.png
companyicon2.png
companyicon3.png
and i want to map them through query request.
I put JS code like this:
return Appery.getImagePath('"'+value+'"');