Checkboxes in table

Checkboxes in table

damikedamike Posts: 2Questions: 0Answers: 0
edited March 2010 in General
Hi

I found following example: http://www.datatables.net/examples/api/form.html
There it says, that its possible to post the result to the server. Has anybody a sample for this? How to handle on the server side? How on the client side? I only know the way

Thanks a lot and best regards
Michael

Replies

  • allanallan Posts: 63,180Questions: 1Answers: 10,411 Site admin
    Hi Michael,

    You've got the data in the sData variable (the code serialises it) so all you need to do is fire off an XHR (or a standard HTTP submit) with the data: http://api.jquery.com/jQuery.ajax/ . So the exact answer depends on how exactly you want to do it.

    Allan
This discussion has been closed.