table.ajax is not a function
table.ajax is not a function
Link to test case: none
Debugger code (debug.datatables.net):
Error messages shown: Uncaught TypeError: table.ajax is not a function
Description of problem:
I uses the latest version of datatables and editor. I want start a table refresh with table.ajax.reload( null, false )
, but i get
the error Uncaught TypeError: table.ajax is not a function
or Uncaught TypeError: Cannot read property 'reload' of undefined
I have no idea, why the system give this error back
Andreas
This question has an accepted answers - jump to answer
Answers
See this FAQ.
Kevin
Thanks, That is it.
Andreas