@@include('global/_head.html',{ "headTitle": "Vendor plugin", "nestable": "true", "prism": "true" }) @@include('docs/_sidebar.html', {"page": "plugins"})
@@include('global/_page-header.html', {"PageHeader": "sticky-top"} )

nestable

How it works

Nestable is an experimental example and not under active development. If it suits your requirements feel free to expand upon it!. Nestable

Planned
  1. Item 1

    It is a long established fact will be distracted.

    friend friend
    10 2
  2. Item 2

    Richard McClintock, a Latin professor

    friend friend friend
    7 9
In progress
  1. Item 1

    It is a long established fact will be distracted.

    friend friend
    22 7
    1. Item 2

      It is a long established fact that a reader will be distracted.

      friend
      7 3
  2. Item 3

    It is a long established reader will be distracted.

    friend friend friend
    42 15
  3. Item 4

    Richard McClintock, a Latin professor

    friend friend
    10 2
Complete
  1. Item 1
    It is a long established reader will be distracted.
  2. Item 2
    It is a long established fact that a distracted.
<!-- Plugin Js -->
<script src="../assets/bundles/nestable.bundle.js"></script>

<!-- HTML -->
<div class="dd">
	<ol class="dd-list">
		<li class="dd-item" data-id="1">
			<div class="dd-handle">Item 1</div>
		</li>
		<li class="dd-item" data-id="2">
			<div class="dd-handle">Item 2</div>
		</li>
	</ol>
</div>

<!-- Jquery Page Js -->
<script>
	$(function () {
		$('.dd').nestable();
	});
</script>
Get started with Bootstrap @@include('docs/_quick-url.html')
@@include('global/_page-footer.html', {"PageFooter": ""} )
@@include('global/_full-screen-menu.html', {"divClass": ""} ) @@include('global/_need-help.html', {"divClass": "offcanvas-start"} ) @@include('global/_quick-access.html', {"divClass": "offcanvas-end"} ) @@include('global/_theme-setting.html', {"divClass": "offcanvas-end"} ) @@include('global/_site-map.html', {"divClass": "offcanvas-start sm"} ) @@include('global/_body-hero-img-2.html', {"bodyBgClass": "body-bg"} ) @@include('global/_plugin-script.html', { "dropify": "true", "prism": "true", })