On Apr 25, 1:25 am, Jack Killpatrick <j...@ihwy.com> wrote: > Checkbox names are only posted if they're checked. You'll need to check > for the presence of the name on the server side and if it's not there, > then none were checked. That's not a tablesorter issue (doesn't sound > like it).
Jack, I think it is related to tablesorter, actually. Consider a table, inside a form, with 20 rows, each of which has a checkbox. Apply tablesorter with the pager plugin, using the default page size of 10. Two pages will result. Check the first box on the first page, and the second box on the second. Page back and forth, noting that the state of the checkboxes is maintained. Submit the form. Only those checked checkboxes on the page visible at the time of form submission will be submitted. Without the tablesorter with pager, the form, whose first and eleventh checkboxes are checked, submits as expected. I think I'm running into the same problem as Justin and HAXEN. I intend to try removing the pagination before submitting the form, but I do wish this was something that was handled in the tablesorter / pager plugin itself. thanks, Brian