New version fix
New version fix
Hi. I have been using DataTables and Editor for a project and just updated the Editor to the version 1.5.4.
As I have been using previous version (1.4.2) I have been sending data to the server like data["field_name"] but it is the case now in the new version like data["row_xx"]["field_name"].
Is there a way to fix the issue for all cases I am using right now.
Thanks for any help in advance
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi,
This is discussed in the Editor 1.5 upgrade guide. Specifically read over the Client / server data interchange page.
Allan
Thanks allan for quick response. I have fixed the problem.