2

I want to make an editable table from Datatables.

I want to develop the same functionality as provided by the Editor which is not open source.

The user should be able to select a row from the table and then click on an edit button to modify the contents of the row displayed by a bootstrap modal. Then on clicking on the update button in the modal, the modified row data should be sent to the server.

For implementing this, I read about the plug-in Buttons of the TableTools. But I don't know how to get the data from the tabletools as key value pairs in javascript.

I have found this, but it displays whole table data as a string.

4

1 回答 1

0

最后我使用了自己的代码并在这里分享。

于 2015-05-29T10:22:41.243 回答