l-lin / angular-datatables

DataTables with Angular
https://l-lin.github.io/angular-datatables/
MIT License
1.57k stars 487 forks source link

Data table inline Editing #1517

Closed yogeshjadhav95 closed 3 years ago

yogeshjadhav95 commented 3 years ago

can we have something like

https://editor.datatables.net/examples/inline-editing/submitData.html

so we can submit data to the server on inline row editiing. it may be a whole row or one value. API endpoint we can change for edit row

shanmukhateja commented 3 years ago

Hi,

You seem to be referring to commercial Editor extension which isn't supported by this library.

You might have success by installing the required js files, linking it to project via angular.json and using the initialisation code in your Angular component but it is outside the scope of this library.