[WIP] Add some features, categories, articles
This commit is contained in:
@@ -19,8 +19,6 @@ class ArticlesDataTable extends DataTable
|
||||
{
|
||||
return [
|
||||
Column::make('name'),
|
||||
Column::make('alias'),
|
||||
Column::make('latin'),
|
||||
Column::computed('action')
|
||||
->exportable(false)
|
||||
->printable(false)
|
||||
|
||||
Reference in New Issue
Block a user