I have a jsTree that handles 2 levels.
The problem is that the parent and child are both at the same level visually.
You do need to expand the parent in order to see his children but it is shown in the same level – no nesting for some reason.
P.S: i’m using default-rtl theme.
Any idea?
I had the same issue but after looking at the source code and changing default value of RTL from false to true and everything has been changed to changed to RTL.
if you are using jsTree 1.0-rc3 , Revision: 236 or higher you must use
using core: { ‘rtl’: true } is the key part.
here is a complete sample :
The solution which is offered by Mr. Nevet has a problem. If you use plugins like Rename Treeview won’t work properly.