X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/restate/vendor/yajra/laravel-datatables-oracle/src
home
/
gfecatvj
/
sites
/
restate
/
vendor
/
yajra
/
laravel-datatables-oracle
/
src
/
📁
..
📄
ApiResourceDataTable.php
(1.78 KB)
📄
CollectionDataTable.php
(8.96 KB)
📁
Contracts
📄
DataTableAbstract.php
(20.22 KB)
📄
DataTables.php
(3.64 KB)
📄
DataTablesServiceProvider.php
(2.08 KB)
📄
EloquentDataTable.php
(6.76 KB)
📁
Exceptions
📁
Facades
📁
Processors
📄
QueryDataTable.php
(19.82 KB)
📁
Utilities
📁
config
📄
helper.php
(472 B)
📄
lumen.php
(549 B)
Editing: helper.php
<?php if (! function_exists('datatables')) { /** * Helper to make a new DataTable instance from source. * Or return the factory if source is not set. * * @param mixed $source * @return \Yajra\DataTables\DataTableAbstract|\Yajra\DataTables\DataTables */ function datatables($source = null) { if (is_null($source)) { return app('datatables'); } return app('datatables')->make($source); } }
Upload File
Create Folder