I\'m new to Datatables and I\'m trying to make the table editable, but I keep getting this error:
TypeError: $(...).dataTable(...).makeEditable is not
The imports have to be in certain order:
jquery.min.js jquery-ui.min.js jquery.dataTables.min.js jquery.jeditable.js jquery.dataTables.editable.js jquery.validate.js
jquery.min.js
jquery-ui.min.js
jquery.dataTables.min.js
jquery.jeditable.js
jquery.dataTables.editable.js
jquery.validate.js
After fixing this, update to latest versions fixed the problem!