Table rows contain form inputs - How to include inputs not visible

Table rows contain form inputs - How to include inputs not visible

jhylandjhyland Posts: 3Questions: 2Answers: 0

So the Datatables I have setup only show 10 rows at a time, they have the NEXT and PREVIOUS buttons, and each row contains a checkbox input, however, when I check something on a row, then click the NEXT or PREVIOUS, then click submit, the value of the checkbox wont be submitted.

Is there a way to have it submit all the checked values? Even if they arent shown? Im guessing it has something to do with the elements no longer being inside the DOM?

This discussion has been closed.