Re: Using JavaScript to enumerate a dataset returned to a page.

2023-06-20 Thread Lee Stevens
? On Monday, June 19, 2023 at 9:30:15 AM UTC-5 Lee Stevens wrote: > Helo, > > I have a dataset returning to a page. I need JavaScript to be able to > process this. > > Instead of using: > {% for item in dataset %} > {{ item.field1 }} > {{ item.field2 }} > {% endfor

Using JavaScript to enumerate a dataset returned to a page.

2023-06-19 Thread Lee Stevens
Helo, I have a dataset returning to a page. I need JavaScript to be able to process this. Instead of using: {% for item in dataset %} {{ item.field1 }} {{ item.field2 }} {% endfor %} Is there a *JavaScript* way to read this dataset/variable instead? Thanks. -- You received this message