When using the reload function on the ajax object within a table. table.ajax.reload(); I get that ajax is undefined. Does anyone know what the problem may be?
table.dataTable({ ..., ajax : 'url to ajax', dataSrc : 'first_object_name', .... });
table.ajax.reload(); ///// <<<<--------------- TypeError: cannot read property 'reload' of undefined 'ajax'