Find checkbox grid

Find checkbox grid

marcosmarchettemarcosmarchette Posts: 9Questions: 2Answers: 0

Folks
I'm having a hard time locating the checkbox on the grid
My routine needs to find all the checkboxes that are checked
Once found I need to get the value of a certain column
But he only finds the ones that are visible, which in this case are 10
I need to get all the ones that are selected and add the value of a certain column in an array
Can you help me

Thank you

Answers

  • kthorngrenkthorngren Posts: 20,276Questions: 26Answers: 4,765

    But he only finds the ones that are visible, which in this case are 10

    Are you using server side processing? If so then this would be expected as only the 10 rows are in the client.

    If not then can you post a link to your page or a test case showing the issue. Without seeing the running code its hard to say what the problem is.
    https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case

    Kevin

This discussion has been closed.