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

Get checkbox 'checked' and value from other pages in a paginated table

$
0
0

Good morning everyone,

I'm using the latest datatables version, and after briefly looking up the subject I could not find an answer. I'm sorry if this has been asked again.

My problem is as follows: I have a paginated table with a column that contains some checkboxes. I would like to get the 'checked' property of those checkboxes but when I try to query them with Jquery, I get only the visible checkboxes. In addition I tried to get this data using the DataTable().column().data() function but the 'checked' property of each checkbox was not updated. That is, when I was checking some checkboxes and then calling the above function, the data containted the initial checkbox property and not the current.

I would like to do the same for selectboxes, so I'm looking for a method to gather the CURRENT properties of an element from all pages of the table.

I would appreciate any help in this matter.


Viewing all articles
Browse latest Browse all 35808

Trending Articles