Getting Values from the data table that are checked and displaying them

Getting Values from the data table that are checked and displaying them

ueyeueye Posts: 2Questions: 0Answers: 0
edited May 2013 in TableTools
Purpose: My user is selected line items by checking the box, pressing the submit button, and reviewing there selections, and outside of the scope of this Jquery data table, the user would continue to complete a transaction to purchase a 5 products as an example.

My task is to get the data to display that the user selected on a different HTML page.

I used this as a starting point. http://www.datatables.net/examples/api/form.html

1. I want to check the rows and submit the data to the server.

(note: I don't have an actual server)

2. Link to new page.

3. I would like to GET those values and display them in a table or container.

4. My user is selec
This discussion has been closed.