mytale.ajax().reload(null,false) doesn't work
mytale.ajax().reload(null,false) doesn't work
gnomx
Posts: 14Questions: 2Answers: 0
in DataTables
Hi there. I'm new on jquery and datatable.
I'm able to create a datatable , but when I try to use that ajax().reload() ( after update record ) it says isn't a function.
Call to server have been made with $.post() method. Maybe I should change type of original of call with tabel.DataTabel({
ajax : url }) ?
I found a way to change DOM into a tabel but old value is still in cache table.
Answers
Start with this FAQ. If you still need help then please post the relevant Datatables and Editor JS code.
Kevin
maybe isn't a best solution but I try to get back new data from DB by make a new query by saving data and pass them to new ajax call
Its very hard to say what the problem might be. Please post your relevant Javascript code so we can get an idea of what you are doing.
Kevin
I resolved my problem. The issues was didn't call a ajax function after declare datatable.