Skip to content
(追記) (追記ここまで)

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')
],
]);

AltStyle によって変換されたページ (->オリジナル) /