mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#465 category sortable
This commit is contained in:
parent
17509e4148
commit
735a6ffcf6
@ -17,7 +17,7 @@ class VisiosoftModuleCatsCreateCategoryStream extends Migration
|
||||
'versionable' => false,
|
||||
'trashable' => false,
|
||||
'searchable' => false,
|
||||
'sortable' => false,
|
||||
'sortable' => true,
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
@ -28,7 +28,6 @@ class CategoryTableBuilder extends TableBuilder
|
||||
*/
|
||||
protected $columns = [
|
||||
'name',
|
||||
'order'
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user