DataTable + JEditable + AutoComplete + Server side processing

DataTable + JEditable + AutoComplete + Server side processing

BkakBkak Posts: 2Questions: 0Answers: 0
edited June 2010 in Plug-ins
Hi,

After almost struggling for a week I have been able to make DataTable + JEditable + AutoComplete(BAssistance) with server side processing using Json to work.
I thought it would be useful to somebody out there.

http://www.pastie.org/1005645

This code works perfectly fine.

DataTables use Server Side Processing. And I am submitting the changes to JEditable to javascript function. From there on Submit I am submitting the entire change array to server.

This code has become too long can anybody help me refactor it?
If there is any better way to accomplish the same thing then I am waiting for it.

Thanks,
Bkak.
This discussion has been closed.