Question
PDF Document Preview in Grid Rows
Hi,
I am trying to get the PDF preview to work in a grid. I tried using the a!documentViewerField() but apparently, its not supported or is unable to be recognized in the grid rows. Any ideas how I can get this worked around ? At present using the below field to display the any image extension files.
a!imageField(
size: "SMALL",
isThumbnail: true,
images: {
a!documentImage(document: fv!item.imageId)
}
)
Thanks
Neil
