Forced Refresh Every Hour?

Hey Kaede…

We do this by using the javascript setInterval to call a function, and then in there tell the model to updateData.  That then causes the model to refresh live (or in our case, we use skuid.model.updateData([model1, model2, …[) since we have multiple related models.  No harsh page refresh - just a clean, client-side data update.  Does that work for you?

- Chris