Tag Archives: Visualforce Component

How to Use Lightning Component in Visualforce page

In this blog, we will discuss on how to use Lightning component in Visualforce page. Kindly follow the below steps in order to use Lightning component in Visualforce page. Create Lightning Component SampleComponent Firstly, in this lightning component, we are using ‘PassesValueFromVF‘ attribute which is set/pass from Visualforce page. Refer the below code to define… Read More: How to Use Lightning Component in Visualforce page »

Creating Multiple PageBlockTables Dynamically

Creating Multiple PageBlockTables Dynamically There are times when we want to display the table dynamically. Not just the columns, but we might come across a scenario where we the table needs to be repeated itself fetching the data dynamically, which could change on fly. For example, the user can chose a list of first names,… Read More: Creating Multiple PageBlockTables Dynamically »