hello.
I am currently trying to create an excel upload/download.
On the web screen, certain columns are processed to be rendered as img, and other columns contain url information.
When downloading Excel, I want to directly download the image file using the information in the url column and attach it to the img visible column.
Conversely, when uploading Excel, I want to put the binary of the image in the url column and use the img tag in the column where the img is visible.
I would like to know if it is possible to implement it using the "exportData" function provided by pqgrid or if I need to implement the download function separately.
Please guide.
The attached image is part of the screen I am making now.