Configuring Images with Lookup / Master-detail fields
Tables have the ability to configure Images with Lookup / master-detail fields. For example, the Parent Account field on Account can be configured with images using the image field.

Steps
Go to App: Avnio Tables
Go to the “Views” tab
Go to the specific Tables View or Create View(for example, on Account)
Add Lookup or Master-Detail field(i.e. Parent Account)
Go to Lookup field Object(Account in this case)
Create a field that can save the image of record(i.e. ImageURL__c)
Configure image URL on all records
Go to View’s Configuration JSON
Go to the parent account field and set the image field API name in the property as below.
CODE"imageField" : "ImageURL__c"
Save View.
Refresh Table View. Changes will get applied, and the image will be wrapped.
Screenshots
Before JSON Configuration Changes:

After JSON Configuration Changes:
