Open GoogleCodeExporter opened 8 years ago
If I create a flexigid, how can I call the populate() function outside of the
div?
Something like $('#flex1').grid.populate() I can then set up a timer to
autorefresh.
Original comment by cyborg10...@gmail.com
on 11 Jul 2012 at 8:25
Without changing the code, you can add
setInterval("$('#flex1').flexReload()",5000);
Original comment by cyborg10...@gmail.com
on 11 Jul 2012 at 10:44
Original issue reported on code.google.com by
cyborg10...@gmail.com
on 10 Jul 2012 at 5:24