Open RussellDash332 opened 1 year ago
Hi, I'm interested in contributing to this issue, so I took a look at the code and found that the forum display uses ForumTopicTable
, which uses the MUIDataTable
component:
Unfortunately, MUIDataTable
only supports draggableColumns
, and not draggable rows. It doesn't look like there's a way to implement dragging of the topics to shuffle without rewriting this component.
Any advice?
Hi @leslieyip02 thanks a lot for your interest in this issue. Actually, we are currently working on resolving this issue. Should you be interested, you might also look into this issue https://github.com/Coursemology/coursemology2/issues/4972. This is also interesting issue and we think you might take a look at this one.
Upon duplicating a course, the order of the forum topics might be shuffled, however one cannot simply reorder it by dragging and instead has to do delete/add/edit.
Left: duplicated course Right: original course