https://github.com/avinava/visualforce-pageblock-table-enhancer
A visualforce component enhances your existing/new pageblock table
https://github.com/avinava/visualforce-pageblock-table-enhancer
Last synced: 4 months ago
JSON representation
A visualforce component enhances your existing/new pageblock table
- Host: GitHub
- URL: https://github.com/avinava/visualforce-pageblock-table-enhancer
- Owner: Avinava
- Created: 2013-03-02T09:27:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-22T05:57:47.000Z (almost 12 years ago)
- Last Synced: 2024-05-18T03:47:50.133Z (over 1 year ago)
- Language: Apex
- Homepage: http://blogforce9.blogspot.in/2013/06/pageblocktable-enhancer-v22-much-needed.html
- Size: 603 KB
- Stars: 4
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PageBlock Table Enhancer
=========A visualforce component that adds additional functionality to your existing or new standard pageblock table components by using just one line of code
Few features of the PageBlock Table Enhancer component
-* Uses Jquery Table Sorter to do client side coding.
* Pagination
* Option to provide available page sizes
* Option to select default page size on page loadAjax/Rerender support
-
This version brings in support for rendering, the earlier version wasn't able to handle this. So incase you are rerendering your table or the parent components, you can call the "initPageBlockTableEnhancer()" method from "oncomplete" even of your commandButtons/actionFunctions/actionSupport/commandLink .
``````
Version
-2.2
Installation
--------------* Install the Package from https://login.salesforce.com/packaging/installPackage.apexp?p0=04t90000000MbZI
List of Parameters
-* targetPbTableIds : comma-separated Ids of the target Pageblock tables
* paginate : Assign true if you want to use the pagination feature,default value is true.
* pageSizeOptions : A comma seperated list of integer values that will displayed as dropdown for page size
* defaultPageSize : Default page size that needs to be selected (at page load).Usage
-
```
```
Demo
-
http://blogforce9dev-developer-edition.ap1.force.com/PageBlockTableEnhancerDemo