-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
`
class UserTag extends BaseModel implements Sortable
{
use SortableTrait;
public $sortable = [
'order_column_name' => 'popular',
'sort_when_creating' => true,
];
}
return Grid::make(new UserTag(), function (Grid $grid) {
$grid->popular->sortable();
});
`
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels