DataTable - Edit row table
DataTable - Edit row table
eladerezador
Posts: 8Questions: 4Answers: 0
Hi,
Beginning with this example:
https://datatables.net/examples/basic_init/table_sorting.HTML
I would like to add a column with an icon that allows modifying and that once you click on it, the content of that row could appear in an input type=text( each td should comprise the value of each cell in one input) in order to perform the edition task).
Can you provide me with an example of how to do it?
Looking forward to your reply, thanks.
This discussion has been closed.
Answers
There is no prebuilt example software that will do exactly what you describe. Editor adds editing abilities to DataTables, but its inline editing is currently restricted to a single cell at a time.
Allan