Bulk Delete Default theme
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
Add
Export into CSV Print Search
# | User Id | Cd Key | Sum | Activated | ||
---|---|---|---|---|---|---|
1 | 444147 | 4RRY7GE8E-CD4HW5JNZ-9U1YLAUZX | 1.26 | No | View Edit Remove | |
2 | 444147 | 6MMC6JO32-H6C6IUB2N-DNTUQANBX | 1.26 | No | View Edit Remove | |
3 | 444147 | 6VMP7PQMM-HTOP9NT8V-E6EEOGRFX | 1.26 | No | View Edit Remove | |
4 | 444147 | 7NOWOYTQM-JUEGH45OV-FS8KZOZFX | 1.26 | No | View Edit Remove | |
5 | 444147 | 7QSBPB026-K2F67Z2Z3-FYM885EJX | 1.26 | No | View Edit Remove | |
6 | 444147 | 81TDL099Q-KV020LBTB-GLCLURUNX | 1.26 | No | View Edit Remove | |
7 | 444147 | 86P5CZQ4U-L7NJ7ON9R-GVEW9GVVX | 1.26 | No | View Edit Remove | |
8 | 444147 | 96TJQAH9Q-NT99HQ7TB-IXV717UNX | 1.26 | No | View Edit Remove | |
9 | 444147 | BQ46WZ03Y-UDTYIG767-O61EXRW3X | 1.26 | No | View Edit Remove | |
10 | 444147 | BZ9VY4ZDC-V1KASCWSY-OOWYMICN9 | 1.26 | No | View Edit Remove |
?>