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
12693198NFOS5PCN-4KP9OA9HE-DTD7TUMXN1.44No View Edit Remove
22693198SH8KK2S7-4NDA3VATE-E1F5KLG9N1.44No View Edit Remove
32693199GAHD5HX3-4ZYMQY85E-F3G6OCTLN1.44No View Edit Remove
42693199RFV1WRJR-55UWF9C5E-FL970T9LN1.44No View Edit Remove
5269319AM5GI88HJ-5M3LB16TE-GYAUHA09N1.44No View Edit Remove
6269319C486UTMON-6EP45I9HE-JCNSXQMXN1.44No View Edit Remove
7269319CLKFLLK0N-6NV8SQ9HE-K4CQ7MMXN1.44No View Edit Remove
8269319CSIPPIIL-ISIGGS45E-5OAKARQK61.44No View Edit Remove
9269319CZOPTU55-J31GWAZHE-5RH0NASW61.44No View Edit Remove
10269319D4R3KHOS7-6Y0I1AATE-KYZQB0G9N1.44No View Edit Remove
Search