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
Ankit Chauhan 10Ankit Chauhan 10 

How to dynamically add grids to the VisualForce page using the SLDS (Salesforce Lightning Design System)

Hi All,

I need to dynamically add the GRID from the controller using the SLDS. I'm referring the salesforce trailhead https://trailhead.salesforce.com/en/lightning_design_system/lightning-design-system3. But the problem is that it is adding the GRID view at the VF page design time and not runtime. So how do I add dynamic grid view based on controller's list attribute.

Any help is much appreciated.