getTableReorderColumn() pivot column
I have 3 models one of which is Pivot::class
Article, Course, ArticleCourse
The pivot uses eloquent-sortable, the Pivot implements Sortable
and uses the SortableTrait
.
Upon attaching thus creating a pivot record the 'sort_when_creating' => true,
doesn't seem to fire.
Also with:
When dragging and dropping the records I get:
Any suggestions as how to solve this issue? Are there existing solutions available?
Justification:
Some articles can be reused within other courses lets say a common recurring one like how to install something.
It is to be used within a many to many relationship manager1 Reply
FIXED