Refreshing table whilst using via formidablepro wordpress plugin

Refreshing table whilst using via formidablepro wordpress plugin

MatthewBarraudMatthewBarraud Posts: 5Questions: 3Answers: 0

Hi All

I'm using datatables to display data on a heavily customised wordpress install. I'm using a plugin called Formidable Pro which creates forms for the user to complete and views all on the front end.

These views allow me to add datatable tables which look and add a lot of functionality to the site.

I've come across a small hiccup in the fact that when a user completes the form I'd like the datatable to refresh, however I think there is some strange way in which wordpress or formidable pro creates the tables and stops the table from being refreshed by using table.ajax.reload();

I've tried the JQuery method for refreshing a div element, however this kinda works but I loose all the elements around the table itself, e.g. pagination, search etc.

Could anyone help me by pointing me in the direction of how to reload the table in an efficient way? or how to reload the table elements when I refresh the div???

Thanks so much for any help in advance

Matt

This discussion has been closed.