cakephp-datatables icon indicating copy to clipboard operation
cakephp-datatables copied to clipboard

How to use inline editing

Open wash34000 opened this issue 5 years ago • 2 comments

Hello,

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

wash34000 avatar Oct 28 '20 15:10 wash34000

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.

ypnos-web avatar Nov 01 '20 11:11 ypnos-web

Do you have some clue to enable inline editing ?

wash34000 avatar Jun 25 '21 13:06 wash34000