Sunday, March 31, 2013
[Live Demo]
Note : A newer version of this plugin is released please check the same by clicking on this link
Well I have been working on this new component "PageblockTable Enhancer" for a while and am trying to merge all the functionality that were featured in my earlier components " Sortable Pageblock table" and "Enhanced PageBlock Table".
The version 2.0b brings in some exciting changes like inclusion of Pagination along with the Sorting capability.
Check out the demo of the newest version here
How to use?
Parameter :
PS: This is a beta version of the plugin, some bug may exists, If you find one, I will be more than happy to resolve them.
Note : A newer version of this plugin is released please check the same by clicking on this link
Well I have been working on this new component "PageblockTable Enhancer" for a while and am trying to merge all the functionality that were featured in my earlier components " Sortable Pageblock table" and "Enhanced PageBlock Table".
The version 2.0b brings in some exciting changes like inclusion of Pagination along with the Sorting capability.
Check out the demo of the newest version here
How to use?
Parameter :
targetPbTableIds : comma-separated Ids of the target Pageblock tables
<c:PageBlockTableEnhancer targetPbTableIds="mid,mid2"/>
<apex:pageBlock >
<apex:pageBlockTable value="{!accounts}" var="acc" id="mid">
<apex:column value="{!acc.Name}"/>
</apex:pageBlockTable>
<apex:pageBlockTable value="{!accounts}" var="acc" id="mid2">
<apex:column value="{!acc.Name}"/>
</apex:pageBlockTable>
</apex:pageBlock>
Demo And Installation / Unmanaged Package: http://blogforce9dev-developer-edition.ap1.force.com/ProjectDetail?id=a0290000007rdwd
PS: This is a beta version of the plugin, some bug may exists, If you find one, I will be more than happy to resolve them.