Using same component multiple times in a Visualforce page
While working on a project, we created a component and had to use this component in the same page multiple times to show grid data for different objects. Here the JavaScript functions and variables were getting conflicted and the component was not referring to the correct JavaScript function and variables. To resolve this conflicting issue,… Read More »