You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I remove node A and want to make it child of element B by default nestedSortable plugin put <ol>. I need to put <ol class="list-group">. Is it possible to change this default behavior?!
Is it possible to take JSON with current information about node after drag and drop? Lets say information like: position, level, parent_id of nodes? Can you show me example if it possible, please? :)
The text was updated successfully, but these errors were encountered:
First of all thanks for this plugin! :)
I have some questions.
When I remove node A and want to make it child of element B by default nestedSortable plugin put
<ol>
. I need to put<ol class="list-group">
. Is it possible to change this default behavior?!position
,level
,parent_id
of nodes? Can you show me example if it possible, please? :)The text was updated successfully, but these errors were encountered: