Download Laravel-xCRUD Integration Full Code that includes this full demo


<?php

namespace App\Http\Controllers;

use 
Illuminate\Http\Request;

class 
BulkDeleteController extends Controller
{
    public function 
index()
    {
        
$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_select(false);
        
$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->create_action('bulk_delete''bulk_delete'); // action callback, function publish_action() in functions.php                             
        
$render $xcrud->render();

        return 
view('xcrud_simple', ['render' => $render]);
    }
}

Million

#User IdCd KeySumActivated 
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