ypnos-web / cakephp-datatables

CakePHP3 Plugin for DataTables plug-in for jQuery
MIT License
27 stars 24 forks source link

How to use inline editing #80

Open wash34000 opened 3 years ago

wash34000 commented 3 years ago

Hello,

Do you know if it's possible to use inline editing with your project ? https://editor.datatables.net/examples/inline-editing/simple

ypnos-web commented 3 years ago

Yes, you can enable inline editing with the datatables. However note that this plugin only deals with GET requests for which the component offers the find() method. The POST requests from DataTables are just typical AJAX requests but you need to write the handling in your controller.

wash34000 commented 3 years ago

Do you have some clue to enable inline editing ?