how to get the selected row values in jquery datatable

how to get the selected row values in jquery datatable

subarnikasubarnika Posts: 4Questions: 0Answers: 0
edited April 2014 in General
how to get the selected row values in jquery datatable

Replies

  • subarnikasubarnika Posts: 4Questions: 0Answers: 0
    please help
  • allanallan Posts: 61,697Questions: 1Answers: 10,102 Site admin
    Assuming you are using TableTools, you would use its API: http://datatables.net/extras/tabletools/api#fnGetSelectedData

    Allan
  • subarnikasubarnika Posts: 4Questions: 0Answers: 0
    I am having 6 rows in datatable with checkbox ,i have checked the first 3 row check boxes.

    If i use fnGetSelected it returns only the last clicked row.
    How to get all the checked row values.I need to fetch the data for the all the checked row values.
    Please help.
  • allanallan Posts: 61,697Questions: 1Answers: 10,102 Site admin
    Please link to the page so I can take a look and debug it.
  • subarnikasubarnika Posts: 4Questions: 0Answers: 0
    https://datatables.net/release-datatables/examples/api/form.html

    I need the same functionality as shown in the above link.

    If I checked more than one row and click on the button ,i want the column values of the cliked rows .
    for example in the above link i need the browser column values for the rows which i have clicked.

    I am using datable for this and I am loading the data using JSON object
This discussion has been closed.