PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
yajra
/
laravel-datatables-html
/
src
/
Html
<?php namespace Yajra\DataTables\Html; use Illuminate\Support\Fluent; /** * @property bool serverSide * @property bool processing * @property mixed ajax * @property array columns */ class Parameters extends Fluent { /** * @var array */ protected $attributes = [ 'serverSide' => true, 'processing' => true, 'ajax' => '', 'columns' => [], ]; }
[-] HasAuthorizations.php
[edit]
[-] SearchPane.php
[edit]
[+]
Options
[-] Parameters.php
[edit]
[-] HasEditor.php
[edit]
[+]
..
[-] ColumnDefinition.php
[edit]
[-] Column.php
[edit]
[-] HasTable.php
[edit]
[-] HasOptions.php
[edit]
[-] Builder.php
[edit]
[-] ColumnDefinitions.php
[edit]
[+]
Columns
[+]
Editor
[-] Button.php
[edit]