Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data columns: Array data type #99

Closed
tellodaniel opened this issue Nov 17, 2021 · 0 comments · Fixed by #117
Closed

Data columns: Array data type #99

tellodaniel opened this issue Nov 17, 2021 · 0 comments · Fixed by #117
Labels
enhancement New feature or request

Comments

@tellodaniel
Copy link

Is your feature request related to a problem? Please describe.

  1. I'm iterating a list of products and getting the links.
  2. I use loop data to open those links in a new tab
  3. When product page opens I want to get the urls for all the product images.

Describe the solution you'd like
In order to get the src attributes I use the attribute value. But it can't save multiple targets in one data column key.

Describe alternatives you've considered
Use javascript to get all the src, save it in a new element in a single string comma separated.

Additional context
At the end I want to build an object like:

{
name: 'my product name',
link: 'https://example.com',
images: ['https://example.com/2','https://example.com/1']
}
@Kholid060 Kholid060 added the enhancement New feature or request label Nov 17, 2021
@Kholid060 Kholid060 mentioned this issue Nov 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants