gon icon indicating copy to clipboard operation
gon copied to clipboard

Rabl live update of table data

Open rjrobinson opened this issue 9 years ago • 0 comments

Maybe im not reading something correctly.

I have a rabl template formed. it pulls in the data in json, like it is supposed to.

do I have to type gon.watch.rabl, and then declare the Ajax in a JS file? I thought it did it by itself... the ajax request that is. But why attach it to rabl in the first place?

I am trying to have table data updated live.

there is an id and status field, and id like to have that load when it changes, or every few seconds.

rjrobinson avatar Oct 05 '15 18:10 rjrobinson