How do I edit a cell in a table?
How do I edit a cell in a table?
I have added a DataTable table to my page, and added a bit of jQuery to get an array of data through Web API. That all works fine. However, I have not been able to find anything in the documentation about how to make individual cells editable. That is, the user can click on one cell, edit the data, and then click a Save button (that I add to the page) where I will take the updated data set and send it back to my Web API controller, which will then update the SQL database. Note, I do not want a solution where there are Edit/Delete links to the right side, which starts a modal pop-up window; I need to have the ability for the user to directly edit a cell, and only in certain columns, not others.
This discussion has been closed.
Replies
Allan