Skip to content Skip to sidebar Skip to footer

Cannot Edit/create/delete Elements In Table Using Datatables And Free Editor

I am trying to build an editable table with data in JSON format from an AJAX call. For this I am using the Datatables plugin together with the Free Datatables Editor (kingkode.com/

Solution 1:

I have check the code in dataTables.altEditor.free.js and saw that you really should use an array of arrays as data or it will not work. So there are two Ways for you:

  1. rewrite some parts of dataTables.altEditor.free.js
  2. restructure your data like it is here: http://jsfiddle.net/rmcmaster/bbLjzspf/22/

Post a Comment for "Cannot Edit/create/delete Elements In Table Using Datatables And Free Editor"