I'm not sure if I'm describing this correctly.
I'm not well versed in Bootstrap, but I have a site being developed in Bootstrap 3. The person helping me is a bit stuck, and so I thought I'd ask here for some advice.
I'm looking for a multilevel drop-down navigation example where the parent elements (that have child and possibly grandchild elements) could be functioning links in addition to being able to expand the elements underneath them.
Menu Ex.
--- Parent 1
--- Parent 2 (link)
------ Child 1
------ Child 2 (link)
--------- Grandchild 1
--------- Grandchild 2
--- Parent 3
Right now I can only find menu examples where a Parent element will only toggle the display of the Child elements of the menu. I would also like that Parent element to function as a link.
I'm not really sure what to search for to look for examples of something like this. The standard Bootstrap examples I've found don't seem able to accomplish this.