| Current Path : /home/users/unlimited/www/talentorbit.codeskitter.site/config/ |
| Current File : /home/users/unlimited/www/talentorbit.codeskitter.site/config/datatables-html.php |
<?php
return [
/*
* Default table attributes when generating the table.
*/
'table' => [
'class' => 'table',
'id' => 'dataTableBuilder',
],
/*
* Default condition to determine if a parameter is a callback or not
* Callbacks needs to start by those terms or they will be casted to string
*/
'callback' => ['$', '$.', 'function'],
];