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


<?php

namespace App\Http\Controllers;

use 
Illuminate\Http\Request;

class 
xMillionController 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->benchmark(); // lets see performance
        
$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 Execution time: 4.037 sMemory usage: 0.11 MB