Is there any way to create MLM Tree (i.e. not binary tree) in HTML/jQuery/CSS. Below is the result set I have to generate the MLM Tree with.
id username parent_id level
2 bhupinder 1 1
6 nokia 2 2
9 testbhupinder02 2 2
10 InvitationNokia 6 3
8 testbhupinder 6 3