I am using the jQuery plugin DataTables and so far it has been pretty easy to figure out.
one issue I am getting stuck on is rebinding the table after I add a new record.
I have a modal which has a form and after everything processes, I'd like to close the modal and reload the data for the table.
I seen that there is a built in function for this, but it does not seem to be working, possible because the JavaScript. variable isn't available to the modal code.
Has anyone successfully been able to do this? If you need me to whip up a fiddle page, I'll be happy to.
EDIT:
To add more content to this post. I populate my table using ajax and I'm using Twitter Bootstrap 3.