markcell / jquery-tabledit

Inline editor for HTML tables compatible with Bootstrap.
http://markcell.github.io/jquery-tabledit/
MIT License
435 stars 208 forks source link

run Tabledit() after DataTable() by AJAX #76

Open kapara opened 6 years ago

kapara commented 6 years ago

Hello, I have problem with two plugins: 1.I send by DataTable ajax to server and get back json, parse it and draw the table with standart parameters(paginig, search and order). 2.after I run Tabledit and it's break

Some one know how I can run Tabledit() after DataTable()???

https://datatables.net/examples/ajax/simple.html

Tnx

MattPedrosa commented 6 years ago

Any solutions to this problem? I currently experienced the same problem im having the "jquery.tabledit.min.js:54 Tabledit Ajax fail => parsererror : SyntaxError: Unexpected token < in JSON at position 2" error on this