Bulk Delete

Bulk Delete - Select multiple records and delete. You cannot delete the record with a key : EBGC57SXM-VW47I6AF-401X7DYM

HIDE CODE
<?php

	$xcrud = Xcrud::get_instance();
    $xcrud->table('million');
    $xcrud->limit_list('20,50,100,1000'); // do not use 'all' for large tables
    $xcrud->bulk_select_position('left'); //It can be 'left' or 'right'

    $xcrud->set_bulk_delete(true);

    $xcrud->set_bulk_select(false,'cd_key','=','EBGC57SXM-VW47I6AF-401X7DYM');//Dont be able to select records with ID 287846

    $xcrud->unset_remove(true,'cd_key','=','EBGC57SXM-VW47I6AF-401X7DYM');
    $xcrud->before_remove("bulk_delete_console");
    echo $xcrud->render();
?>

Million

#User IdCd KeySumActivated
Actions
1269319X5DUK0DW7-HJ48Y3YTE-5AL2CFT861.44No View Edit Remove
2269319ZDBTTGTFB-IPE9CH1HE-5NCOKC9W61.44No View Edit Remove
32878463Z5SMM9EO-PBZL1F59H-IZOKU5T6R1.98No View Edit Remove
428784646LZC29EO-QNG13IELH-JZ9C2IDJ71.98No View Edit Remove
52878464DIOQ40EO-RVGDIC7XH-KW922U3AB1.98No View Edit Remove
62878464E06BF42Q-RYJS8QXYL-KYKKRS9UQ1.98No View Edit Remove
72878464WUF9GIEO-VAKH896LH-NGJMVMJ8J1.98No View Edit Remove
828784655BCFEREO-WSIXU619H-OKZTO7T1F1.98No View Edit Remove
92878465SL4EYIEO-3OVL7NUNR-RO4QDLP0J1.98No View Edit Remove
1028784661Y0PVREO-3UU7E35ZR-SWTMKMB7N1.98No View Edit Remove
Search