diff --git a/DataTables/LoanTypeDataTable.php b/DataTables/LoanTypeDataTable.php index 750d30c..386cd12 100644 --- a/DataTables/LoanTypeDataTable.php +++ b/DataTables/LoanTypeDataTable.php @@ -9,9 +9,11 @@ use Yajra\DataTables\Html\Builder as HtmlBuilder; use Yajra\DataTables\Html\Column; use Yajra\DataTables\Services\DataTable; + use Yajra\DataTables\WithExportQueue; class LoanTypeDataTable extends DataTable { + use WithExportQueue; /** * Build the DataTable class. *