dataTables Editor: TypeError: e[O5l] is undefined
dataTables Editor: TypeError: e[O5l] is undefined
techbot
Posts: 9Questions: 4Answers: 0
TypeError: e[O5l] is undefined
Hi Alan,
I installed the editor and then left it for a week before experimenting :doh!
I get the above error message when submitting an inline cell update.
see here : http://sigs.emc23.com/players/
This discussion has been closed.
Replies
There is no
ajax
option specified in your Editor initialisation. Currently Editor needs that in order to know where to submit the data.Allan
Ah ok, I left out the url.
thanks Alan.
So to oversimplify:
is the outgoing url , whereas
$('#myTable').DataTable({
dom: "Bfrtip",
ajax: "/players/api/list",
is the incoming url
Basically yes - that is spot on.
Allan