Adding a jEditable handler on data return from server side processing

Adding a jEditable handler on data return from server side processing

luckenbachluckenbach Posts: 1Questions: 0Answers: 0
edited February 2013 in DataTables 1.9
Hello all,

Id like to preface that I am just a sys admin that plays around in the dev world... so please be patient with me

I am using the DataTables with server side processing, id like to use jseditable to create a very basic CRUD interface, the issue that I am facing is tagging a tds as ".editable" in the example documentation (http://datatables.net/examples/api/editable.html) it shows them using

[code]$('td', oTable.fnGetNodes()).editable( '../examples_support/editable_ajax.php',[/code]

So I reproduced this code but none of my fields are getting tagged, if I removed ALL of the javascript and then run the code via a development console it works as expected leading me to thing the tagging cannot occur due to that data is not present when the code above is ran.

ideas?



DataTables Debugger : http://debug.datatables.net/exevoc

jsfiddle : http://jsfiddle.net/HEDvf/445/
I suck at this... I recreated best I could :( I was not sure on the /echo/json feature so take it at a grain of salt.
This discussion has been closed.