Skip to content

alextanasa91/Bootstrap-5-tree-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Untitled

Usage:

	ex:result is from ajax get ->

		$('#tree').bstreeview({ 
		data: JSON.parse(result),
                expandIcon: 'fa fa-angle-down fa-fw',
                collapseIcon: 'fa fa-angle-right fa-fw',
                indent: 1.25,
                parentsMarginLeft: '1.25rem',
                openNodeLinkOnNewTab: true
		});   

About

Bootstrap 5 tree view with radio input

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published