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?
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]+’&’);