checkbox on datatables [need help]

checkbox on datatables [need help]

zgunzzgunz Posts: 1Questions: 0Answers: 0
edited August 2012 in General
im really a newbie in web design.
i want your help, need to know how to insert checkbox for deleting query.
i had try by my self using my own function but it wont work.
i had try to read some article too on this datatables, and it wont work too.

how make it works? and what must i use? zero config datatables or server scripting?

Replies

  • zgunzzgunz Posts: 1Questions: 0Answers: 0
    could i applying this code to datatables??

    [quote]
    <?php
    include "koneksi.php";
    ?>

    Delete

    var jumlahnya;
    function ceksemua(){
    jumlahnya = document.getElementById("jumlahcek").value;
    if(document.getElementById("cekbox").checked==true){
    for(i=0;i
This discussion has been closed.