User input only one column with data reading from AJAX
User input only one column with data reading from AJAX
Hi,
In it possible to edit the example below:
http://live.datatables.net/mipeniki/1/edit
in a way that one column, e.g. Position can be edited by the user?
Many thanks,
Golnaz
Answers
Not sure whether I understood your question. I guess what you are looking for is inline editing. Search for "inline editing" in the docs please.
https://editor.datatables.net/reference/api/inline()
https://editor.datatables.net/examples/inline-editing/submitButton
You'll find a lot more.