16.4.7 Showing BLOB Images in Interactive Grid

An Interactive Grid has no native Display Image column type. To show an image in a row, use an HTML <img> tag with a src URL the browser can fetch and render inline.

The GET_BLOB_FILE_SRC function in the APEX_UTIL package generates the URL you need. Alternatively, you can serve the inline BLOB images from a custom page.