Hi everyone,
What I need is any uploaded comments/videos already in the dataset to show in the repeater based on the table selection e.g. - if a visitor selects “Blues Guitar Part 11”, I wish only the uploaded comments/videos for that course to show in the repeater. As a newbie to Wix coding and slowly learning JavaScript, any guidance will be very much appreciated.
Hi.
You can use onCellSelect event handler and cell data to filter your database collection and assign the results to a repeater.
You can see other filter and search examples here: https://www.wix.com/corvid/examples?search=search
Good luck!
Use the search function in this forum to search for onCellSelect and onRowSelect and you should find a good few previous forum posts that can help you here with code examples.