editable datable

editable datable

reego15reego15 Posts: 2Questions: 0Answers: 0
edited May 2009 in General
Hello
I must do a datable like google alert.
Each row of the datatable is a database record.
You can add, update and remove a line.
For add a row, the end line must be focused and in just this row is enabled in the form.A button add must be present just under the line and all the line will be added.
There is a similat concept for updating
thanks

Replies

  • allanallan Posts: 61,665Questions: 1Answers: 10,095 Site admin
    Sounds like quite an interesting use of DataTables. There isn't really a demo showing this at the moment, although there are demos which show the individual consepts that you are looking for:

    Editable cells: http://datatables.net/examples/example_editable.html
    Add new row: http://datatables.net/examples/example_add_row.html

    Combining them and some of the techniques shown in the other demos should get you started :-)

    Allan
  • naspinskinaspinski Posts: 13Questions: 0Answers: 0
    if you are doing this in Asp.Net I have a full tutorial on how to do all of this:
    http://naspinski.net/post/REAL-AJAX-with-AspNet-(not-AspNet-AJAX).aspx
This discussion has been closed.