Editable Datatable
Editable Datatable

I would like to a build a datable with the functionality much like what is shown in this link http://datatables.extrared.net/Sample/Default.aspx (You may have to use safari to open this url) I would like to edit a sql server database. Any suggestions or resources would be greatly appreciated.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Is this what you are looking for?
https://editor.datatables.net/examples/simple/inTableControls.html
Kevin
I have a quick question. Where is the database functionality at. Or where or how is this datable saving data to the database? Thanks !
The Editor comes with scripts you can use to interact with the database or you can create your own. Here is the getting started page:
https://editor.datatables.net/manual/getting-started
Kevin