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 Id | Cd Key | Sum | Activated | ||
---|---|---|---|---|---|---|
1 | 269319 | VREI9QL2F-GSOO74A5E-52LPHH5K6 | 1.44 | No | View Edit Remove | |
2 | 269319 | VW22WUZEF-GV5AJJS5E-53CGWMWK6 | 1.44 | No | View Edit Remove | |
3 | 269319 | W1J4G4PAC-GY1HXSATY-547XR4SXN | 1.44 | No | View Edit Remove | |
4 | 269319 | WXSYELMC7-HF3XH2MTE-59DHEYH86 | 1.44 | No | View Edit Remove | |
5 | 269319 | X5DUK0DW7-HJ48Y3YTE-5AL2CFT86 | 1.44 | No | View Edit Remove | |
6 | 269319 | ZDBTTGTFB-IPE9CH1HE-5NCOKC9W6 | 1.44 | No | View Edit Remove | |
7 | 2147483647 | FZ15YOSUV-8G3R1H2TE-PIC1GKK9N | 1.44 | No | View Edit Remove | |
8 | 287846 | 3Z5SMM9EO-PBZL1F59H-IZOKU5T6R | 1.98 | No | View Edit Remove | |
9 | 287846 | 46LZC29EO-QNG13IELH-JZ9C2IDJ7 | 1.98 | No | View Edit Remove | |
10 | 287846 | 4DIOQ40EO-RVGDIC7XH-KW922U3AB | 1.98 | No | View Edit Remove |