I have a db field that has a list of image url’s stored as an array.
How do I access the desired index to display in a photo field on a table?
It, apparently, is not as simple as adding [0], for example like…
The ultimate desired end result is to have a carousel that is able to scroll through each photo url array item. Thought I would first start with getting one to display.
After a lot of searching and reading I’m not able to find an answer.
Can anyone offer me a pointer here please?
~Elle