invoiceninja/config/datatables-html.php
David Bomba dde1cd6cfb
Confirmation Emails, Datatables (#2473)
* Fixes for MakesHash trait

* Client List DataTables

* Data table dependencies

* Confirmation URLs

* Wire up firing events for notification emails
2018-10-29 14:16:17 +11:00

17 lines
414 B
PHP

<?php
return [
/*
* Default table attributes when generating the table.
*/
'table' => [
'class' => 'table',
'id' => 'table table-striped table-bordered',
],
/*
* 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'],
];