Hi, does a built-in feature exist which automatically refreshes a component using AJAX? I created a Table which displays values from a database. I need to refresh the table once per second.
Using jQuery "$.get" and "setTimeout()" would be a solution, but is there a way of doing such things directly in Click? Thanks!
