Processing Links & Image URLs
JavaScript Data Grid
When processing your data, the grid will use Regular Expressions (RegEx) to see if values within a column are legitimate URLs.
If the URL is determined to be an image, the grid will render the image within the cell. If the URL is determined to be a link,
the grid will render the value as a clickable link that opens in a new tab.
Search the enterprise javascript file for
This is the function where all the logic for processing links and images is handled. Use the default logic or alter it for your own audience and use cases. By default, the grid will only process urls that begin with https. The following image types will be processed:
Search the enterprise javascript file for
figureCellText:This is the function where all the logic for processing links and images is handled. Use the default logic or alter it for your own audience and use cases. By default, the grid will only process urls that begin with https. The following image types will be processed:
- WebP
- JPEG
- JPG
- PNG
- JFIF
- PJPEG
- PJP
- AVIF