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 
100.00No View Edit Remove
200.00No View Edit Remove
300.00No View Edit Remove
4269319J9I98UF87-A6RBYHYTE-URJG5G49N1.44No View Edit Remove
5269319JHYSQ2Z4N-AB8DYMXHE-V51SZ3AXN1.44No View Edit Remove
6269319MYYXF28G4-C5C9O7HHY-3O2GGR7LN1.44No View Edit Remove
7269319NIFMY6UH3-CFMU4D25E-3R6D0LRK61.44No View Edit Remove
8269319OF4FW4C6V-CWX6P42TE-3WEAR6R861.44No View Edit Remove
9269319PCWBXTQ5Z-DES7F0THE-41SH7KDW61.44No View Edit Remove
10269319PGMGFVUP3-DGR4YFE5E-42DWBTLK61.44No View Edit Remove
Search Execution time: 1.974 sMemory usage: 0.11 MB