(HELP) Transfer row data to another Datatable.

(HELP) Transfer row data to another Datatable.

borsche1110borsche1110 Posts: 1Questions: 0Answers: 0
edited January 2011 in General
hi,

Can someone help how can i add a row to another datatable from different datatable after clicking a button and pass the data to the other datatable. im currently using datatable with server-side processing and mssql. i have successfully enabled pagination,sorting and filtering while using mssql database. thanks. someone please point me to the right direction. thanks

Replies

  • 28.vivek.s28.vivek.s Posts: 69Questions: 0Answers: 0
    use this plugin to add tr to a dataTable..fnAddTr() ..
    http://www.datatables.net/plug-ins/api

    and to access specific row you have to play with some jQuery stuffs..
    may be this can help you.

    Thanks,
    Vivek
This discussion has been closed.