WARNING You're browsing the documentation for an old version of LARAVEL-DATATABLES. Consider upgrading your project to laravel-datatables 11.0.
Html Builder Parameters
Parameters are basically the options you pass when declaring your DataTable
js script.
See the datatables.net
official documentation for the list of all possible options
.
Example
$builder->parameters([ 'paging' => true, 'searching' => true, 'info' => false, 'searchDelay' => 350, 'language' => [ 'url' => url('js/dataTables/language.json') ],]);