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.
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
Replies
Allan
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.
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