Quantcast
Channel: Free community support — DataTables forums
Viewing all articles
Browse latest Browse all 35271

How to display column values

$
0
0

Hi all,

I feel a bit stupid asking these questions since I have covered literally hunderds of posts looking for help and it seems everybody knows what they are doing except me.

I have implemented a table using:

$('#example20').DataTable();

I added a checkbox as the first column, so what I wanted to do now was upon pressing a button, I would be able to get all the values of column b with selected checkboxes.

Let alone check boxes, I can't even figure out how to alert() all the values of column b. I've read the API but can't find anything for just reading the values of a selected column.

taking this as an example:
http://live.datatables.net/viyiyaco/1/edit

How do you read all the name column values? Is there a function in datatables that does it for you, or must you use jquery to find it?

Also can you do a general post or do you have to use ajax to submit it to the database?


Viewing all articles
Browse latest Browse all 35271

Trending Articles