Skip to content

Instantly share code, notes, and snippets.

View singhofmarco's full-sized avatar

Marco Singhof singhofmarco

View GitHub Profile
@singhofmarco
singhofmarco / BaseDataTable.php
Created March 6, 2020 17:04
Lazy export of DataTable
<?php
namespace App\DataTables;
use Yajra\DataTables\Html\Button;
use Yajra\DataTables\Services\DataTable;
class BaseDataTable extends DataTable
{
protected $exportClass = LazyDataTablesExportHandler::class;