sortable-multi-in.mustache revision eb54ca05b888ebeec4712f45d334af09679c8a80
2N/A<div class="intro">
2N/A<p>This example makes multiple sortable lists that are inner joined together. In the example below you will see 2 lists. Both lists are sortable, but List #2 can move its items into List #1 and they become sortable. However, List #1 <strong>can not</strong> move its items into List #2.</p>
2N/A</div>
2N/A
2N/A<div class="example">
2N/A <style>
2N/A {{>sortable-multi-source-css}}
2N/A {{>sortable-indent-css}}
2N/A {{>sortable-arrows-css}}
2N/A </style>
2N/A
2N/A {{>sortable-multi-source-indent-html}}
2N/A {{>sortable-arrows}}
2N/A
2N/A <script>
2N/A {{>sortable-multi-in-source-js}}
2N/A </script>
2N/A</div>
2N/A
2N/A<p><strong>Note: When using an outer or inner joined list, you must pick a moveType of 'move' or 'copy', the default 'swap' won't give you the results you expect.</strong></p>
2N/A<p>This example assumes that you have seen the Multiple Sortable Lists - Full Join example and continues from there.</p>
2N/A
2N/A{{>sortable-multi-base}}
2N/A
2N/A{{>sortable-multi-source-join}}
2N/A
2N/A<h3>Putting it together</h3>
2N/A
2N/A```
2N/A{{>sortable-multi-in-source-js}}
2N/A```
2N/A