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
Salesforce P1Salesforce P1 

2d Matrix in Visualforce

Hi Team,
I have a requirement like this...
Have 2 lists say Products and Locations which are dynamic and change from time to time in realtime.
Then in visualforce i need to display a matrix like this:
 
 L1L 2
Pr1True(Checkbox)False(Checkbox)
Pr2True(Checkbox)True(Checkbox)
And user should be able to select/unselect the checkbox.