2

I've been through many other questions that seem to be around the same topic, but none have provided a solution, so here goes. I have a Datatable, initialised with the code at: http://jsfiddle.net/26Aqv/

This works.

I then want to refresh the datatable with from the same ajax source but with a new parameter.

Can anyone help?

5
  • Paste the code so we can see. Commented Sep 17, 2012 at 20:42
  • I'm utilising Allan Jardine's code: Commented Sep 17, 2012 at 21:01
  • datatables.net/plug-ins/api Commented Sep 17, 2012 at 21:02
  • it's the fnReloadAjax part, but I've got nothing to work Commented Sep 17, 2012 at 21:02
  • David, Maybe this [post][1] can help you. [1]: stackoverflow.com/questions/10510552/… Commented Dec 26, 2013 at 14:30

1 Answer 1

1

I've managed to hack it to work .... and I do believe it's a hack. If anyone can detail the correct way of doing this I'll happily accept your answer over this:

tblContactsList.fnReloadAjax('/lists/loadMembers/?lid='+aData[0]+'&');

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.