@extends('admin/layouts/default') {{-- Page title --}} @section('title') Advanced Date and Time pickers @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Treeview and jsTree

Bootstrap Tree View 1

Populating Tree

  • Root node 1
    • Child node 1
      • Grand Child 1
      • Grand Child 2
    • Child node 2
  • Root node 2
  • Root node 1
    • Child node 1
      • Grand Child 1
      • Grand Child 2
    • Child node 2
  • Root node 2
  • Root node
    • Parent node 1
      • Child node 1
        • Grand Child 1
        • Grand Child 2
      • Child node 2
    • Parent node 2

Bootstrap Tree View 2

Expandible Tree :


Checkable Tree :


@stop {{-- page level scripts --}} @section('footer_scripts') @stop