I have a simple User table in Supabase which has a column for storing the image url.
When I use a List view to display the data, I am successfully able to display the image in the List view
In my datatable also, I am able to pull in all the columns from the Supabase table successfully except the image.
In my testing I found that when trying to pull the image inside Data table, it is always defaulting to the "Default variable value" instead of the URL value from Supabase table ( image field - profile_picture)