[WIP] Refactor architecture, models
This commit is contained in:
@@ -23,7 +23,7 @@ class GenresDataTable extends DataTable
|
||||
Column::make('alias'),
|
||||
Column::make('latin'),
|
||||
Column::make('family.name'),
|
||||
Column::make('species_count')->title('Nb Espèces'),
|
||||
Column::make('species_count')->title('Nb Espèces')->searchable(false),
|
||||
Column::computed('action')
|
||||
->exportable(false)
|
||||
->printable(false)
|
||||
|
||||
Reference in New Issue
Block a user