php - How do I get all the checked checkboxes on multiple pages of a jQuery datatable -
php - How do I get all the checked checkboxes on multiple pages of a jQuery datatable -
i have jquery datatable has 1000 entries. displaying 5 of these entries per page of course of study 1 search , record 1 looking or 1 utilize next button goto next page.
i have checkboxes attached each of rows in datatable. problem when check rows in 1 page , move page , check other rows , submit form php handler, sends checked rows in lastly page. not send ones checked in previous pages. how these rows?
easiest way hold "marked deletion" attribute records: each time pagination request gets fired, "marked" rows updated in database according state of checkbox.
hiting "delete marked rows" - button not delete checked records within database have according attribute set (i.e. "marked deletion = true")
this woul business relationship fact multiple user might same or working "against each other".
php jquery datatables
Comments
Post a Comment