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
1269319VREI9QL2F-GSOO74A5E-52LPHH5K61.44No View Edit Remove
2269319VW22WUZEF-GV5AJJS5E-53CGWMWK61.44No View Edit Remove
3269319W1J4G4PAC-GY1HXSATY-547XR4SXN1.44No View Edit Remove
4269319WXSYELMC7-HF3XH2MTE-59DHEYH861.44No View Edit Remove
5269319X5DUK0DW7-HJ48Y3YTE-5AL2CFT861.44No View Edit Remove
6269319ZDBTTGTFB-IPE9CH1HE-5NCOKC9W61.44No View Edit Remove
72147483647FZ15YOSUV-8G3R1H2TE-PIC1GKK9N1.44No View Edit Remove
82878463Z5SMM9EO-PBZL1F59H-IZOKU5T6R1.98No View Edit Remove
928784646LZC29EO-QNG13IELH-JZ9C2IDJ71.98No View Edit Remove
102878464DIOQ40EO-RVGDIC7XH-KW922U3AB1.98No View Edit Remove
Search