Sash – Bootstrap 5 Admin & Dashboard HTML Template

Form Treeview

General Treeview structure in Sash template. Here is the Folder structure.

	
		
		
	
	
		
		
	
    

<!-- Internal Treeview js -->
<script src="../../assets/plugins/treeview/treeview.js"></script>

		
	

Note : After Changing scss you must run gulp command i.e, gulp watch . Refer gulp page for more gulp commands click here.

Animated Treeview

General Treeview structure in Sash template. Here is the Folder structure.

	
		
		
	
	
		
		
	
    

<!-- Internal Dtree Treeview js -->
<script src="../../assets/plugins/dtree/dtree.js"></script>
<script src="../../assets/plugins/dtree/dtree1.js"></script>

		
	

Note : After Changing scss you must run gulp command i.e, gulp watch . Refer gulp page for more gulp commands click here.