I want to use a solid line in the JS Tree structure instead of the dotted line.
Refer Screenshot
I can remove dotted line using the following code
$('#html').jstree().hide_dots();
But I want to change it from dotted to solid. Is there any way for it.?