process the rows selected by the user

process the rows selected by the user

dfhernandezdfhernandez Posts: 2Questions: 0Answers: 0
edited February 2014 in General
Hi guys,

I need a help, any advice please

How to process the rows selected by the user in multiple selection using checkbox in php?

Replies

  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395
    Look at the example: http://www.datatables.net/release-datatables/examples/api/form.html
  • dfhernandezdfhernandez Posts: 2Questions: 0Answers: 0
    I read that example, but How I access the data from php after you click on the button
  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    You need to submit the data via Ajax. See the jQuery Ajax documentation: https://api.jquery.com/jQuery.ajax/

    Allan
This discussion has been closed.