D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
www
/
vendor
/
yajra
/
laravel-datatables-oracle
/
src
/
Html
/
Filename :
Parameters.php
back
Copy
<?php namespace Yajra\Datatables\Html; use Illuminate\Support\Fluent; /** * Class Parameters. * * @package Yajra\Datatables\Html * @see https://datatables.net/reference/option/ for possible columns option * @author Arjay Angeles <aqangeles@gmail.com> */ class Parameters extends Fluent { /** * @var array */ protected $attributes = [ 'serverSide' => true, 'processing' => true, 'ajax' => '', 'columns' => [] ]; }