-
Add 'Select All' functionality in pageBlockTable
How can i add 'Select All' 'Deselect All' functionality to pageblocktable which is iterating a wrapper list (checkbox and list of products). Like when inputcheckbox with id="mainbox" is checked all the inputcheckbox with id = "checkbox" should get selected.
<apex:pageBlockTable value="{!wrapProductList}" var="prd" title="Products" id="prdtList">
<apex:column >
<apex:facet name="header"><apex:inputCheckbox id="mainBox"/></apex:facet>
<apex:inputCheckbox value="{!prd.isSelected}" id="checkBox"/>
</apex:column>
<apex:column >
<apex:facet name="header">Product Name</apex:facet>
<apex:outputText value="{!prd.prdt.Name}"/>
</apex:column>
<apex:column >
<apex:facet name="header">Product code</apex:facet>
<apex:outputText value="{!prd.prdt.ProductCode}"/>
</apex:column>
<apex:column >
<apex:facet name="header">Sales Price</apex:facet>
<apex:outputText value="{!prd.prdt.UnitPrice}"/>
</apex:column>
</apex:pageBlockTable>-
This discussion was modified 10 years, 4 months ago by
Shubham.
-
This discussion was modified 10 years, 4 months ago by
Log In to reply.
Popular Salesforce Blogs
Salesforce Sales Cloud - All You Need To Know
Sales Cloud by Salesforce is the perfect platform for organizing and streamlining your sales processes. From creating product logs to creating campaigns and managing contacts,…
Salesforce CRM, NetSuite ERP Integration: Benefits, Guide, Best Practices
NetSuite is the #1 Cloud ERP. In 2022, NetSuite became a leader in the Gartner Magic Quadrant for Cloud ERP for Service-Centric Enterprise. As you…
How To Use Picklists In Salesforce Marketing Cloud
Picklists you say? Picklists are basically dropdowns used to let users choose from a series of values. Picklists can help you simplify data entry (time…
Popular Salesforce Videos
Salesforce Developer Tools and Productivity
Kevin Poorman shows how you can use Salesforce Developer Tools and how you can unlock developer productivity. Watch this video to learn more.
How to Add 'Add Campaign' Button to the Report Type | Salesforce Tutorial
Do you want to know How to Add 'Add Campaign' Button to the Report Type in Salesforce? In this session, Distinguished Architect Iman Maghroori shows…
Is Salesforce A Good Career For Freshers?
Wondering whether Salesforce is a good career for freshers or not? Here are all your answers. Join this useful group for Salesforce job & career…