We have this script that results in a table:
We would like to know if a module can be written to consume the resulting table into a wix dataset? If it cannot be can the fields of the table be formatted; color, size, ect.?
We have this script that results in a table:
We would like to know if a module can be written to consume the resulting table into a wix dataset? If it cannot be can the fields of the table be formatted; color, size, ect.?
Hi. Had a look at the page. It can be done, but the html has to be parsed (all tr´s and td´s) and then cell values extracted and then written to a Wix Collection. The last part is the easy part, but in general, yes you can do it.
Since the data in the table is constantly being updated, Can we update the data set be updated on page loads? Or is that an unrealistic idea.
You could schedule a cron-job on your Wix-page, so it would execute every n minutes/hours/days, whatever. Cron is offered by various providers, they are very low cost. Wix itself does not offer cron jobs.
Hi,
You can use post messages to send information to and from the HTML component.
Click here to learn more about it.
Have a good day,
Tal.