function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
skjaiswalskjaiswal 

Implementing Dynamic JQuery Treeview

The scenario is: When a customer submits a set of products for quote request, the back end person has to customize the selected products, with accessory and color, one by one.

So based on the selected products,accessories and color, I have to display the summary in Tree structure.

My progress till now: I have build a static treeview in a visualforce page using JQuery.

The requirement is: How can I diaplay the selected items in tree structure ?

Here we have to make a dynamically changing tree based on the items selected.

Looking forward to getting your suggestion at the earliest.