table id={id} - Requested unknown parameter '{parameter}' - again
table id={id} - Requested unknown parameter '{parameter}' - again
Hello,
I have successfully used DataTables to render json data from an ajax call. One of my table columns uses an html input field, which I use to like a form to post field updates. The difficulty arose when trying to update my datatable search to retrieve/filter the updated text, just like this http://jsfiddle.net/3xm5nz95/ example. When I try it I get "table id='testTable' - Requested unknown parameter 'name'" when I try to update my datatable with objectsTable.cell(td).invalidate('dom').draw(); See my fiddle here https://jsfiddle.net/c8b9uaag/2/. Note this example I just mimicked the ajax json object in myData.
Thanks in advance.
Colin
Answers
bump
Anyone?