Title: subi88's Replies | WordPress.org

---

# subi88

  [  ](https://wordpress.org/support/users/subi88/)

 *   [Profile](https://wordpress.org/support/users/subi88/)
 *   [Topics Started](https://wordpress.org/support/users/subi88/topics/)
 *   [Replies Created](https://wordpress.org/support/users/subi88/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/subi88/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/subi88/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/subi88/engagements/)
 *   [Favorites](https://wordpress.org/support/users/subi88/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP DataTable] Calling functions / Refreshing Data with AJAX](https://wordpress.org/support/topic/calling-functions-refreshing-data-with-ajax/)
 *  Thread Starter [subi88](https://wordpress.org/support/users/subi88/)
 * (@subi88)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/calling-functions-refreshing-data-with-ajax/#post-8682767)
 * Hey,
 * thanks for your helpful answer! I am still interested in finding a solution.
 * Your code works, I am able to display JSON data via ajax. So we’re almost there
   😉
 * It is important for me that the table is refreshing/reloading automatically. 
   As I wrote above, I need to implement a datatables function. The ajax.reload 
   function is discribed here: [https://datatables.net/reference/api/ajax.reload()](https://datatables.net/reference/api/ajax.reload())
 * setInterval( function () {
    table.ajax.reload( null, false ); }, 30000 );
 * Do you have an idea how and where I can call this function in the shortcode?
 * Thanks and have a great day.

Viewing 1 replies (of 1 total)