#465 category sortable

This commit is contained in:
vedatakd 2019-10-11 16:37:12 +03:00
parent 17509e4148
commit 735a6ffcf6
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,7 @@ class VisiosoftModuleCatsCreateCategoryStream extends Migration
'versionable' => false,
'trashable' => false,
'searchable' => false,
'sortable' => false,
'sortable' => true,
];
/**

View File

@ -28,7 +28,6 @@ class CategoryTableBuilder extends TableBuilder
*/
protected $columns = [
'name',
'order'
];
/**