JQuery FlexiGrid - Ajax implementation for one column in a table
I have a Flexigrid table where i need to make a Ajax call on a column, whose value changes eve开发者_JAVA技巧ry 10 secs. Please help me on how to handle this.
I would look at the flexReload() method, coupled with a javascript setTimeout() function call set to fire every ten seconds.
精彩评论