| Current Path : /var/www/html/dynaweb-starter/config/ |
| Current File : /var/www/html/dynaweb-starter/config/filament-auditing.php |
<?php
return [
'audits_sort' => [
'column' => 'created_at',
'direction' => 'desc',
],
/**
* Extending Columns
* --------------------------------------------------------------------------
* In case you need to add a column to the AuditsRelationManager that does
* not already exist in the table, you can add it here, and it will be
* prepended to the table builder.
*/
'audits_extend' => [
// 'url' => [
// 'class' => \Filament\Tables\Columns\TextColumn::class,
// 'methods' => [
// 'sortable',
// 'searchable' => true,
// 'default' => 'N/A'
// ]
// ],
],
];