Get checkbox 'checked' and value from other pages in a paginated table
Get checkbox 'checked' and value from other pages in a paginated table
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.