Minor fixes on traits

This commit is contained in:
Ludovic CANDELLIER
2021-11-01 18:50:17 +01:00
parent 900da34b57
commit e8d503b65d
4 changed files with 5 additions and 27 deletions

View File

@@ -34,7 +34,7 @@ class VarietiesDataTable extends DataTable
{
return [
Column::make('Specie.name')->data('specie_name')->title('Espèce'),
Column::make('thumb')->searchable(false)->orderable(false)->width(40)->class('text-center'),
Column::make('thumb')->title('')->searchable(false)->orderable(false)->width(40)->class('text-center'),
Column::make('name')->title('Nom'),
Column::make('articles_count')->title('Nb articles')->class('text-right')->searchable(false),
$this->makeColumnButtons(),